Closed jocarrd closed 4 months ago
Start a new pull request in StackBlitz Codeflow.
I'm experiencing the same issue with module css. I agreed it because HMR. If app was restarted, message is disappeared.
@jocarrd Is it still a valid issue with the latest version?
Hello @jocarrd. Please provide the missing information requested above.
Issues marked with STATUS-2: missing info
will be automatically closed if they have no activity within 14 days.
Thanks 🙏
Which component is affected?
Qwik Runtime
Describe the bug
When using Tailwind and changing the folder structure of the initial template, that error appears but the app works well.
Reproduction
https://stackblitz.com/edit/qwik-starter-tjv86x?file=src%2Froutes%2Flayout.tsx
Steps to reproduce
To reproduce the error, you must change the name of a component, including its CSS styles, and then move it to another folder. When reloading or restarting the application, the error disappears. I believe it is a hot module replacement error when you mix css modules and tailwind .
System Info
Additional Information
No response