react-structured-data
react-structured-data copied to clipboard
How to write import statement
Is your feature request related to a problem? Please describe. Documentation request
Describe the solution you'd like An example including import statement Describe alternatives you've considered
Additional context Getting errors like "Product is not defined" when using the following import statement import JSONLD from 'react-structured-data'
you can simply import below line
import { JSONLD, Generic, GenericCollection} from 'react-structured-data';
put that in the documentation