-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Internal Error: Unable to follow symbol for "const" when using as const
#283
Comments
Maybe a limitation of |
error during build: You have encountered a software defect. Please consider reporting the issue to the maintainers of this application. |
Describe the bug
While i am using the plugin i found a problem that it cannot handle
as const
constants when passing to type. This is when therollupTypes
istrue
Reproduction
https://stackblitz.com/~/github.com/panvourtsis/react-blogs/tree/panvourtsis/showcase-as-const
Steps to reproduce
navigate to the url that is a fork from react-blogs
I've change the
Title.tsx
with theas const
demo proprun
yarn build
System Info
Validations
The text was updated successfully, but these errors were encountered: