-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Support React 17; update peerDependencies #199
Comments
Wanna open a PR? |
any love for this ? |
Any plan to publish a new version now the fix for this is merged? |
I agree, all we are missing is a new release with the changes. |
PR just merged few months ago... There is no planned a new release? |
Push. Please release you beautiful people :) |
Hello Good Folks! Can you kindly release a new version?
|
Up, please release a new version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to upgrade my project to React 17 but this dependency lists peerDependencies of React 16. Peer Dependencies should be updated to be
React 16 || React 17
. It doesn't look like any of your code uses deprecated APIs, so it should all just work in React 17 as well.The text was updated successfully, but these errors were encountered: