A minimal demo reproducing @emotion/styled
broken by browser extension.
- start service by
npm run dev
and visithttp://localhost:3000
. Then you should be able to see a red text button. The button is styled by@emotion/styled
. (See./app/routes/index.tsx
) - Load extension by visit
chrome://extensions/
, then toggle developer mode. ClickLoad unpacked
button, and select the<project_root>/extension
folder. - Revisit
http://localhost:3000
, the style is broken.