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
Hey Charles! This package currently supports React 16, and folks on newer versions of React get an error when they try to install it.
From package.json:
package.json
"peerDependencies": { "prop-types": "~15.7.2", "react": "^16.8.0", "react-dom": "^16.8.0" }
Would it be possible to add support for React 17 and 18? Would it be helpful if I opened a pull request?
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey Charles! This package currently supports React 16, and folks on newer versions of React get an error when they try to install it.
From
package.json
:Would it be possible to add support for React 17 and 18? Would it be helpful if I opened a pull request?
Thank you!
The text was updated successfully, but these errors were encountered: