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
It works correctly and the language tools don't scream because $style is Record<string, string> & { 'some-class': string }, but it would be nice if the $style type takes static imports into consideration.
The text was updated successfully, but these errors were encountered:
Right now I'm very satisfied with using CSS modules in single file components, but the intellisense doesn't seem to extend to imported modules:
It works correctly and the language tools don't scream because
$style
isRecord<string, string> & { 'some-class': string }
, but it would be nice if the$style
type takes static imports into consideration.The text was updated successfully, but these errors were encountered: