-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
React has detected a change in the order of hooks #452
Comments
Do you using signals with Vite? Webpack? |
Using Webpack |
I encountered this warning with Remix (v2.3.1) + Vite (v5.0.4), @preact/signals-react v1.3.7
|
I'm not sure that for now there is a bullet proof way to use automatic deps tracking in remix. |
I've done it. Check it out |
getting error : React has detected a change in the order of hooks... while using @preact/[email protected] and cant update the signal version above 1.1.1 as it will not work with my React version 17.0.2
any suggestions?
similar to #414
The text was updated successfully, but these errors were encountered: