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
2.1.1 seems to lack type info (or at least it's not set up correctly), 2.1.0 seems fine so it must be a recently introduced bug.
2.1.1 lacks type info, leading to errors from typescript when importing components. This "Are The Types Wrong" site agrees. (here's the link for checking 2.1.0, which passes, for comparison)
No response
My best guess is the changes to package.json caused this somehow, but I'm no typescript expert.
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before submitting...
Context
2.1.1 seems to lack type info (or at least it's not set up correctly), 2.1.0 seems fine so it must be a recently introduced bug.
Current Behavior
2.1.1 lacks type info, leading to errors from typescript when importing components. This "Are The Types Wrong" site agrees. (here's the link for checking 2.1.0, which passes, for comparison)
Expected behavior
No response
Possible Solutions or Causes
My best guess is the changes to
package.json
caused this somehow, but I'm no typescript expert.Steps to reproduce
No response
Your Environment
The text was updated successfully, but these errors were encountered: