styled-components / xstyled

A utility-first CSS-in-JS framework built for React. πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

Document site is broken on android chrome when revisited. #398

Open makotot opened 1 year ago

makotot commented 1 year ago

πŸ› Bug Report

I'm not sure but I think that it only occurs on mobile browser, because cannot reproduce it on desktop chrome. Both mobile and desktop were confirmed to be chrome v113. This is a screenshot of the error on console of remote debug.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-05-14 10 11 21

To Reproduce

Steps to reproduce the behavior:

  1. Open https://xstyled.dev/ on android chrome.
  2. Close the page.
  3. Visit again and the screen goes blank immediately.

(The same was true in secret mode.)

Expected behavior

It is desirable to be able to see the site normally no matter how many times i visit.

Link to repl or repo (highly encouraged)

N/A

SeungSu-Pyo commented 8 months ago

I got a same problem at desktop chrome. Did you solve the problem?