ReactJS project with styled-components not work

I’m building a project with react and strangeness the styled-components n css is rendering … this is a very raw page

https://scrumpokeronline.netlify.app/
project: GitHub - toworld-dev/scrum-poker-online-frontend: Scrum Poker Realtime

1 Like

hi @henriqueweiand, I can’t load that site, have you removed or renamed it?

the problem was with styled-components v5

2 Likes

had the same problem with NextJS, wasn’t loading the styles. Went back to version 4.4.0 and it worked!