We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe there's a regression in v1.17.0 related to #172. TypeScript now shows an error when you try to use FontStyle.
FontStyle
isolatedModules is mandatory in certain projects, such as when using Next.js.
isolatedModules
https://stackblitz.com/edit/vitejs-vite-s9iw1t?file=src%2Fcounter.ts%3AL3&terminal=dev
The text was updated successfully, but these errors were encountered:
This seems to be a upstream TS problem
Sorry, something went wrong.
No branches or pull requests
Validations
Describe the bug
I believe there's a regression in v1.17.0 related to #172. TypeScript now shows an error when you try to use
FontStyle
.isolatedModules
is mandatory in certain projects, such as when using Next.js.Reproduction
https://stackblitz.com/edit/vitejs-vite-s9iw1t?file=src%2Fcounter.ts%3AL3&terminal=dev
Contributes
The text was updated successfully, but these errors were encountered: