-
Notifications
You must be signed in to change notification settings - Fork 199
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
wyd support to react 19 #298
Comments
@vzaidman hi mate, can be possible support react 19 ? |
Yes I looked into it. It's not trivial to support but I'll be working on it in the upcoming weeks. |
no worries, hopefully will be soon, for the moment had to disable this library due that fatal error, but i will keep an eye about future updates thx for the help |
Hello, any update on this? I think I stumble upon similar issue. I got this error message: |
Not supported yet. It's very hard to support due to changed APIs and React lifecycle. I've spend many hours but it's still hard to get right. You can follow the progress here: #301 |
Ahh I see, thanks for replying and your great work! |
Hi,
After move to react 19 ( https://react.dev/blog/2024/04/25/react-19-upgrade-guide / https://react.dev/blog/2024/04/25/react-19-upgrade-guide#libraries-depending-on-react-internals-may-block-upgrades), seems to be that is failing due the use of a internal method
is there a workaround meanwhile this is fixed ?
Regards
The text was updated successfully, but these errors were encountered: