We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node
When propTypes are generated using the fallback method, they don't have a type attached and we wrongly assume that it is of type node.
The fallback gets used when propTypes are defined in a separate file and imported.
The text was updated successfully, but these errors were encountered:
This is more of a react-docgen issue than anything else. I'll update the docgen plugin.
Sorry, something went wrong.
No branches or pull requests
When propTypes are generated using the fallback method, they don't have a type attached and we wrongly assume that it is of type
node
.The fallback gets used when propTypes are defined in a separate file and imported.
The text was updated successfully, but these errors were encountered: