-
Notifications
You must be signed in to change notification settings - Fork 671
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
Gatsby v3 / Theme UI 0.6 - Not Hot Reloading #1595
Comments
Just ran a test with
and hot reloading doesn't work there either. Maybe this is a Chrome or a Mac thing 🤷♂️ |
I've had the same issue before updating to Theme UI 0.6. |
** Update On the latest versions of Gatsby v2, On v3 the
|
Closing as a duplicate, but would love any help on #1440! |
Describe the bug
When using Theme UI 0.6 and Gatsby v3 i'm noting that hot reloading doesn't update the styles when i save changes to the Theme UI styles. I'm using
gatsby-plugin-theme-ui
also v0.6.To Reproduce
Install:
Create a default export in
src/gatsby-plugin-theme-ui/index.js
and add some colors. The styles are picked up by the Gatsby "site" but when changing values in the theme object the Gatsby site doesn't hot reload.Expected behavior
The Gatsby site should hot related when values in the theme object are updated
Additional context
This might be a problem with Gatsby v3 not Theme UI so apologies in advance if that is the case.
The text was updated successfully, but these errors were encountered: