Gatsby v3 / Theme UI 0.6 - Not Hot Reloading
See original GitHub issueDescribe 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:
- “gatsby”: “^3.1.1”,
- “gatsby-plugin-theme-ui”: “^0.6.0”,
- “theme-ui”: “^0.6.0”
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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Hot reloading not working : r/gatsbyjs - Reddit
Anyone run into this issue? I thought I had it fixed earlier by doing a fresh install. Worked for a while but now...
Read more >"Gatsby-plugin-sharp wasn't setup correctly in gatsby-config.js ...
Gatsby -plugin-sharp wasn't setup correctly in gatsby-config.js. Make sure you add it to the plugins array. I have no idea why... I've tried ......
Read more >Gatsby NPM - npm.io
Load Data From Anywhere. Gatsby pulls in data from any data source, whether it's Markdown files, a headless CMS like Contentful or WordPress, ......
Read more >gatsby/CHANGELOG.md - UNPKG
1, # Change Log. 2. 3, All notable changes to this project will be documented in this file. 4, See [Conventional Commits](https://conventionalcommits.org) ...
Read more >stackbit.yaml [Deprecated]
This file is not needed for running your website in production. ... For example, if your theme uses Gatsby you need to specify...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as a duplicate, but would love any help on #1440!
Yes, duplicate of #1440 The first part of the issue is fixed with Gatsby v3, meaning that changes above the pages are now computed.
So what’s remaining is the “Ignored an update to the unaccepted module” error (more on this in #1440)