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
^^ with the update to how TS resolves imports, this tool seems to need a change in how it generates the exports. I can't rely on the "default export" in this mode anymore
test-setup/MultiStory.tsx:5:8 - error TS1192: Module '"/Users/calebjasik/Git/defined.net/webclient/test-setup/MultiStory.module.css"' has no default export.
5 import styles from './MultiStory.module.css';
~~~~~~
https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/#libdts-changes
^^ with the update to how TS resolves imports, this tool seems to need a change in how it generates the exports. I can't rely on the "default export" in this mode anymore
export=styles
doesn't seem to work to indicate a default export whentype="module"
in package.jsonThe text was updated successfully, but these errors were encountered: