Xiphe / styled-components-full-document-hydration-problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction for styled-components#3924.

  1. Check out git clone git@github.com:Xiphe/styled-components-full-document-hydration-problem.git
  2. cd styled-components-full-document-hydration-problem
  3. run npm install
  4. run npm start
  5. open http://localhost:1234/
  6. See Pink headline and no errors in the console
  7. Comment in line 7 of index.jsx
  8. reload page and see unstyled headline along with hydration errors in the console

About


Languages

Language:JavaScript 84.1%Language:HTML 15.9%