-
-
Notifications
You must be signed in to change notification settings - Fork 639
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/flush pending finally everywhere #2816
Fix/flush pending finally everywhere #2816
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
Preview in LiveCodesLatest commit: f796dd2
See documentations for usage instructions. |
b5345b0
to
598518d
Compare
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.
Not a big fan of many try-finally syntax, but it feels safer.
* fix: flushPending in async write * isSync in onMount to * apply the change * add test for flushPending (#2809) * Fix/flush pending finally everywhere (#2816) * call onmount flushPending in finally block * temp remove unmount test cases. to be fixed later with pending injection (#2810) * flushpending everywhere * Apply suggestions from code review --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> * fix type assertion --------- Co-authored-by: David Maskasky <dmaskasky@gmail.com>
Related Bug Reports or Discussions
Fixes #
Summary
Check List
pnpm run prettier
for formatting code and docs