You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project
adheres to.
I have searched the issue tracker for an issue that matches the one I want
to file, without success.
Description of the problem
If you create a new react codesandbox by using the react ts template, it crashes if you try to compose css modules from different files
To Reproduce
Create a new React project and set up two CSS module files. In the second file, define a new class by composing one of the classes from the first file.
Next, attempt to utilize a class from the second file in any React component.
🐛 bug report
Preflight Checklist
adheres to.
to file, without success.
Description of the problem
If you create a new react codesandbox by using the react ts template, it crashes if you try to compose css modules from different files
To Reproduce
Create a new React project and set up two CSS module files. In the second file, define a new class by composing one of the classes from the first file.
Next, attempt to utilize a class from the second file in any React component.
Link to sandbox: link (optional)
Your Environment
The text was updated successfully, but these errors were encountered: