-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(typings): incorrect import in index.d.ts #4962
Conversation
Patch release needed. Because it breaks typescript projects with |
Sure. I'll merge and release once the tests pass |
Hmm... I have a feeling, that in order this to work properly collectionTypes should be converted to TypeScript |
Locally I get this errors from TS even with collectionTypes converted to TS
|
Seems like this works, but collectionTypes should be converted to TS |
I'll update the PR |
d88768d
to
613b0fd
Compare
Released in |
Alright, can confirm, this fixed the issue 🎉 |
Thank you for being on top of this 🚀 |
Summary
Constants were imported from the incorrect path
Test plan
No testing needed