-
Notifications
You must be signed in to change notification settings - Fork 168
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
Extension breaks Remix.run React framework hydration #937
Comments
Hi @msakrejda, I can confirm this has been fixed in 4.3.0 via #1164. The Chrome extension store is already distributing the newest version and FF should update within a day or two, once you update you should no longer see this happening. Thanks for reporting it! |
Hey @msakrejda 👋 Unfortunately we discovered an issue with our latest release and had to roll it back. I'm reopening this issue once more until we are able to dig into the changes a bit more. So sorry for this! |
Hey @msakrejda, I was digging into this a bit more, but I believe the issue is actually over on the Remix side. I just installed a new app per your instructions in a fresh Firefox instance running no extensions and saw the same hydration mismatch that you reported above. As you can see, I have no extensions installed/running: As such, I'm going to go ahead and close this as I don't think there is anything we can do. Thanks! |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
When using the default Remix.run starter app, with the extension enabled, React hydration breaks. May be related to #839, but opening a new issue, since it's a little different and the reporter closed that one.
Intended outcome:
Use a default Remix.run template app without errors.
Actual outcome:
In the console, I see the errors
and
How to reproduce the issue:
Then open the browser to http://localhost:3000/ and open the browser dev tools to see the error.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: