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
A library using stitches cannot utilize "moduleResolution": "Bundler"
It leads to TS error:
TS2742: The inferred type of Button cannot be named without a reference to
../node_modules/@stitches/react/types/css-util
. This is likely not portable. A type annotation is necessary.
Bug report
Describe the bug
A library using stitches cannot utilize
"moduleResolution"
:"Bundler"
It leads to TS error:
To Reproduce
Repo: https://github.com/OnkelTem/_stitches-inferred
Expected behavior
No error
System information
The text was updated successfully, but these errors were encountered: