pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
28.05k stars 1.19k forks source link

[bug]: Website with docs not working in chrome (120.0.6099.72) #2236

Closed Profesor08 closed 9 months ago

Profesor08 commented 9 months ago

Which react-spring target are you using?

What version of react-spring are you using?

n/a

What's Wrong?

image

Browser console is full of errors

image

image

To Reproduce

Open https://www.react-spring.dev/ in chrome

Expected Behaviour

Too see page

Link to repo

https://www.react-spring.dev/

joshuaellis commented 9 months ago

Try uninstalling your extensions first, this has been an issue for some people but i can confirm the site works. Thanks for the report though!

CleanShot 2023-12-19 at 10 19 45@2x

Profesor08 commented 9 months ago

All other websites works well with installed extensions. This is because your fremework tries to rerender entire html document, but not moutend inside some element inside the body. Any way it is not a good idea to force all users to disable extensions instead of fixing bug. If user see an broken page, in most cases it will close it.

joshuaellis commented 9 months ago

All other websites works well with installed extensions. This is because your fremework tries to rerender entire html document, but not moutend inside some element inside the body. Any way it is not a good idea to force all users to disable extensions instead of fixing bug. If user see an broken page, in most cases it will close it.

If you think it's an issue with the framework then you're welcome to open an issue with Remix – but I can't fix that here either. So either way, there's not a lot we can do about it :)