-
Notifications
You must be signed in to change notification settings - Fork 4
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
Warning: React has detected a change in the order of Hooks called by WrapRoot. #1
Comments
Hi! About the order of hooks issue, I get the error too. However, I am not sure why that happens as all the hooks are rendered the same way each time, and I haven't used neither About the flicker problem, did you set |
I think I managed to pinpoint the problem - You can track the issue here if you are interested. |
Turns out there was also a goof up on my part. I fixed it and the issue should be gone now, but I will still update the package when/if my PR is merged. Update to the latest version and tell me if the issue persists :) |
Thank you for fast response! Yes, the issue was fixed for me, thank you! Now it's officially the best and easiest localisation plugin for gatsby! :) |
Thank you, I am glad you find it useful :) I will be closing the issue now, if you have any other problems or feature suggestions, don't hesitate to open another issue! |
Hello,
First of all, thank you for the plugin - it's exactly what I was looking for. However it seems to have a problem with rendering. Console displays the following error:
Which affects the build, I beleive, as after rendered page is loaded, it flickers to translation variables, which are replaced by translation in a fraction of a second.
Do you have any idea of what it can be?
The text was updated successfully, but these errors were encountered: