react-structured-data icon indicating copy to clipboard operation
react-structured-data copied to clipboard

How to write import statement

Open tlchatt opened this issue 6 years ago • 2 comments

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'

tlchatt avatar Oct 09 '19 19:10 tlchatt

you can simply import below line

import { JSONLD, Generic, GenericCollection} from 'react-structured-data';

Keshav0121 avatar Nov 06 '19 11:11 Keshav0121

put that in the documentation

crivion avatar Nov 18 '21 08:11 crivion