-
Notifications
You must be signed in to change notification settings - Fork 158
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
Type errors resulting in deployment failure #691
Comments
Hi @james-cohen |
Hi @Abhinandan-Kushwaha , thanks for the great library! I'm also waiting for the update 🙏 |
Hi @james-cohen @pinuts-SebastianGolbert |
@Abhinandan-Kushwaha Thank you for the fix! If I'm not mistaken, gifted-charts-core also needs a similar fix. |
I forgot to mention that I have been using a workaround for these issues:
Together with a declaration of the library as empty module
|
created an issue |
Hi @stereodenis It has been fixed with this PR- Abhinandan-Kushwaha/gifted-charts-core#33 |
Using this package results in type errors due to undeclared types when using
tsc
. We have had to turn off type checks in our CICD pipeline in order to use this package, but this has now caused bugs in our app so I want to draw attention to the issue.I have seen that the issue has been raised multiple times and there are multiple PRs offering to resolve the issue.
Can this please be resolved ASAP?
Full error response:
The text was updated successfully, but these errors were encountered: