-
Notifications
You must be signed in to change notification settings - Fork 7
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
If you add to much dependencies it gives "Type instantiation is excessively deep and possibly infinite" #42
Comments
Hi there! Yes, I am aware of this TS limitation :/ |
Maybe those suggestions can help you for now? I am trying a new version that could trigger internal typescript type caching to circumvent this and another problem like that. But no luck so far. |
Let me know if any of the suggested solutions work for you :) |
Could opting for some typescript library types help?
Could be replaced in favor of |
Thanks @jacoobes, will check it out! 🚀 |
thanks grouping helped) |
5.1 typescript 👀 you might want to see if this optimization can happen |
@jacoobes lovely! |
If you add too much dependencies it gives "Type instantiation is excessively deep and possibly infinite"
When I added last dependency which just and empty object (to avoid circular dependency case) it gives ts error.
https://stackblitz.com/edit/typescript-s5bnzn?file=index.ts
The text was updated successfully, but these errors were encountered: