Replies: 4 comments 8 replies
-
Do you have this
Show me code frame or place where did you see the error. |
Beta Was this translation helpful? Give feedback.
-
I see the error in my
Error => My css module file
|
Beta Was this translation helpful? Give feedback.
-
Any luck with this issue. I am having same problem. tried downgrading css-loader to 6.10 |
Beta Was this translation helpful? Give feedback.
-
@kaijuh were you able to solve this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've looked around and most of the resources I found are outdated.
My webpack
My file system
-src
--app
---index.tsx
---app.tsx
--components
---header.tsx
---header.module.css
-public
---index.html
---globals.css
in
header.tsx
I'm importingimport * as styles from "./header.module.css"
But I get the error
property '' does not exist on type 'typeof import("*.module.css")'
My globals.css loads without issues but the modules do not load.
Beta Was this translation helpful? Give feedback.
All reactions