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
why only accepting value of type React.PropTypes.string instead of React.PropTypes.any?
React.PropTypes.string
React.PropTypes.any
The text was updated successfully, but these errors were encountered:
@DERIIIFranz you are right. it should be any. there is also another problem with it. falsy values break it's behavior. A PR would be welcome 😅
Sorry, something went wrong.
@alitaheri Can you check the PR regarding this issue? 😄
Successfully merging a pull request may close this issue.
why only accepting value of type
React.PropTypes.string
instead ofReact.PropTypes.any
?The text was updated successfully, but these errors were encountered: