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
Does the library not work with React 19 or is it just npm/yarn/pnpm reporting the version difference? If you add an override to your package.json does it work?
Describe the bug
Requires React <= 18 and 19 is now released.
To Reproduce
Upgrade app to React 19, and the dependency check will now break.
Expected behavior
It works on React 19, so I'd like to not get the dependency issue,
The text was updated successfully, but these errors were encountered: