-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Update typings for cleanup #776
fix: Update typings for cleanup #776
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6661561:
|
Codecov Report
@@ Coverage Diff @@
## master #776 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 109 109
Branches 16 16
=========================================
Hits 109 109 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@all-contributors add @artem-malko for code |
I've put up a pull request to add @artem-malko! 🎉 |
🎉 This PR is included in version 11.0.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Update types for cleanup function.
cleanup
became sync, but in typings it returns Promise.Update was there: #768
Why:
Cause now types are not valid for real code.
How:
Just manually update typings)
Checklist:
docs site
It might be cool to update typings automatically. I can create an issue, but do not have much time to implement it(