Replies: 1 comment
-
It looks like the hydration is creating some problems. Not sure how to fix it. Shocked to see why hydration isn't causing issues in the localhost. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I have been working on migrating a create react app in remix app. Most of the css is written in styled-components.
I'm using 'css-in-js' approach to collect the styles from the
styled-component
. Somehow it's works in my local machine where the same code doesn't work in non-local environment.Infact in the non-local machine i can't see styles added to head tag.
Has anyone faced this issue ?
Beta Was this translation helpful? Give feedback.
All reactions