Closed DamonOehlman closed 3 years ago
Hey @DamonOehlman, we're just about ready to publish a major version release with full TypeScript support. Look for it within the next week or so. At that point all of these outstanding type issues should be handled. I'm going to close this issue since we're not planning to make any patch releases to fix old types within the next couple days, but do let us know if you still encounter any type issues after the entire library has been converted to TypeScript. Thanks!
Also, the upgrade to TypeScript support will be non-breaking, so upgrading shouldn't be a pain.
@DanC5 absolutely cool with you closing the issue - looking forward to that next release 🎉
Hey folks - just an update after attempting to do a version upgrade to
4.x.x
package (have been sitting on3.x.x
for a while and have been putting off the upgrade). Just having the following TS errors popup:I'll be investigating this further on my side also, however, at first glance I believe the majority of the above are related to missing imports in the
types/index.d.ts
file.gz#10227