-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[bug]: Documentation website is broken after the first visit on most desktop browser #2237
Comments
+1 |
Just to add, it seems to work fine in incognito mode |
Experiencing the same issue, the CSS loads normally and then it just breaks |
I saw the same issue, but might be related to dark reader extension? darkreader/darkreader#12104 maybe can happen in other contexts though too |
I can confirm I don't have dark reader installed. |
Same here, no dark reader extension either. |
This has been a recurring issue with remix & stitches. I'm in the process of updating the site to use Remix V2, but it's not quite there yet unfortunately. In the meantime, i'm going to lock this issue because i'm aware it's a problem :) The workaround as much as you may be disappointed with it, is to uninstall your extensions and see if there's a specific culprit. |
Still working on updating the docs - having some MDX issues with remix at the moment. I've rolled back a version of the site which appears to be working including the examples. |
Which react-spring target are you using?
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
What version of react-spring are you using?
none
What's Wrong?
On firefox 120.0.1 and chrome 120.0.6099.110, the documention website has its css broken.
On Edge, the issue only appear after a refresh of the page. Further refresh may make the website appear normaly but in the wrong color theme (Light instead of dark).
On mobile chrome, i reproduced the same behavior as edge.
The error was also reproduce by other on their own computer / device
When the website appear broken, these error are logged in the console. These do not appear when the website load correctly.
To Reproduce
Open up the documentation website on firefox or chrome desktop.
Refresh a few time.
Expected Behaviour
The website load normaly. We can read the documentation.
Link to repo
https://www.react-spring.dev/docs/components/use-spring
The text was updated successfully, but these errors were encountered: