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
and css-loader started set namedExport prop as true by the default, you have to import css loaders by the new way: from import styles from ... to import * as styles from ...
I'm using Vite (React+TypeScript template) and try to set up typed import CSS Modules. But I can't import any exactly class
test.module.css
When I using it there are some problems. I can import CSS module as
CSSModuleClasses
but it doesn't have known keys for TypeScriptI'have tried to use
typescript-plugin-css-modules
intsconfig.json
But it doesn't help.
The text was updated successfully, but these errors were encountered: