shopify remix app , styles not loading on saving changes in project files

86 Views Asked by At

I'm encountering an issue with my Shopify app development environment where CSS styles are not reloading properly during hot reload. Whenever I make changes to CSS files and save them in my code editor, the styles disappear and I need to manually reload the app to see the changes. This behavior is causing inconvenience and slowing down the development process.

I'm looking for guidance on how to troubleshoot and fix this issue with CSS not reloading and styles disappearing during hot reload in my Shopify app development environment. Any insights, suggestions, or known solutions would be greatly appreciated.

1

There are 1 best solutions below

0
Kyle Getrost On

If you're using Chrome, try opening your app in an Incognito window to see if the styles reload with HMR.

I had the same problem, and it turned out I had a Chrome Extension installed that was interfering with the Remix hydration.