-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-select css not working on Gatsby Static Build #11704
Comments
Here is the repo for this bug - https://github.com/nsisodiya/react-select-gatsby-bug |
Hmmm this is tough and not very intuitive. Because of that you would need to add
and then add This seems to fix it for me. |
@pieh Thanks a help. Just curious, |
Hey @nsisodiya, did it fix your issue? I'm having the same one but no luck, it didn't help. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m Thanks again for being part of the Gatsby community! |
This may be the most probably problem with React Select.
I have created Issue on their github repo too - JedWatson/react-select#3422
Here is the summary of the issue.
When I am using react-select, I am seeing difference in static build vs development ui.
So, If I don't disable the JavaScript, This is what it shows on browser.
But If I disable the JavaScript, I am seeing this
Please guide us.
The text was updated successfully, but these errors were encountered: