-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Release new version compatible with React 17 #751
Comments
@dylanvorster I bugged devs from several libraries. All of them upgraded their libraries and added React 17 as an optional peer dependency. The only library that is missing is If you release
everything will work fine though. |
Downgrade react to 16.14 to maintain compability with react-diagrams. see projectstorm/react-diagrams#751 for more details Signed-off-by: Mattia <[email protected]>
Downgrade react to 16.14 to maintain compability with react-diagrams. see projectstorm/react-diagrams#751 for more details Signed-off-by: Mattia <[email protected]>
React 17 was just released. There are no breaking changes, but if I try to use it with react-diagrams, I get warnings about missing peer-dependencies (react-diagrams depends on [email protected]).
Can you release a new version making this package compatible with React 17? @dylanvorster
The text was updated successfully, but these errors were encountered: