Replies: 2 comments 2 replies
-
@Denny966 did you solve an issue somehow? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same thing, any ideas on how to fix this? React 18.3.0 doesn't bring any changes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to remix and I'm trying to get css modules working, it looks like the css is removed from the html after a hot reload
I seem to have a pretty basic setup for my application and at the initial load the CSS is being applied but for some reason when I edit my component the text turns back to black, what is happening?
package.json
_index.tsx
global.module.scss
root.tsx
vite.config.json
Here's a sandbox:
https://codesandbox.io/p/devbox/sad-turing-4vlsm7
Example gif

Beta Was this translation helpful? Give feedback.
All reactions