Replies: 9 comments 8 replies
-
I am also seeing this. @twilczek Are you also seeing hydration errors? |
Beta Was this translation helpful? Give feedback.
-
the way remix handle style is kinda different. I guess you can look at the remix/emotion example, to make the emotion work. |
Beta Was this translation helpful? Give feedback.
-
If anyone else is facing this, this answer worked for me. Also, make sure your markup is correct, e.g, having an tag inside a Remix tag |
Beta Was this translation helpful? Give feedback.
-
Hey @twilczek any luck with this? I tried both of the solutions but it did not work. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
Ofc.. another thing not working in remix. FML. |
Beta Was this translation helpful? Give feedback.
-
So that we can't use react-select in remix project Is there any solutions found |
Beta Was this translation helpful? Give feedback.
-
I'm finding that it works in a production build but is inconsistently stripped of styles when refreshing in development mode (npm run dev). It seems to render fine until the page is refreshed, then it loses all styles. In production builds I haven't been able to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
An update. I was able to get this working by following the guide from Chakra UI. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
any ideas why react-select comes up totally unstyled?
I npm installed react-select to the plain indie-stack and added a simplest example of a react-select to the main page. But it looks as below:

btw. It shows up properly for a very short while...
In react-select it says it should work fine with ssr https://react-select.com/advanced#ssr---universal-rendering
Beta Was this translation helpful? Give feedback.
All reactions