russbot / next13-styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS 13 & StyledComponents

  • Manually editing any styled component does not update the style. It will completely remove the style until the page is refreshed.

  • Dynamic styles have the same effect. Clicking the "hello" div should change the background to red, but it removes the style completely.

About


Languages

Language:TypeScript 63.6%Language:JavaScript 36.4%