react-docgen icon indicating copy to clipboard operation
react-docgen copied to clipboard

react component propTypes object generate error

Open sundylink opened this issue 5 years ago • 1 comments

version react-dcogen 5.0.0-beta.1

source :

test

generate json:

image

how to fixed?

@sophiebits @wincent @zpao @tomocchino @threepointone

sundylink avatar Nov 26 '19 03:11 sundylink

This problem happens because PropTypes is never imported. Is this valid code that works? Which means PropTypes is a global?

danez avatar Jan 05 '20 12:01 danez