Why is my scss module file is removed after hmr in remix application after changing tsx file?
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
Why are css modules not applying in dev mode when using hmr
I’m new to remix and I’m trying to get css modules working, but for some reason when I edit my component, it looks like the css is removed from the html after a hot reload?