You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current stable release (v6.0.2) has a React dependency of ^16.14.0 .
My application uses React 17 and is getting issues trying to use this package with the conflicting dependencies, and using ^7.0.0-alpha.4 isn't working because it has bugs with Preview on mobile.
Are you able to update v6 to accommodate react ^17.0.2 and react-dom ^17.0.2 please?
The text was updated successfully, but these errors were encountered:
Is there any reason you can't use 7.0.0? I have tried to fix 6.0.2 to add React 17 support but couldn't fix the build. The codebase has been through a major refactor between 6 and 7 and I am not sure I would be able to patch it without a massive rewrite.
The current stable release (v6.0.2) has a React dependency of ^16.14.0 .
My application uses React 17 and is getting issues trying to use this package with the conflicting dependencies, and using ^7.0.0-alpha.4 isn't working because it has bugs with Preview on mobile.
Are you able to update v6 to accommodate react ^17.0.2 and react-dom ^17.0.2 please?
The text was updated successfully, but these errors were encountered: