-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
add test for flushPending #2809
add test for flushPending #2809
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. |
d9229f1
to
14f39c8
Compare
|
Playground | Link |
---|---|
React demo | https://livecodes.io?x=id/6XUKAL3WJ |
See documentations for usage instructions.
14f39c8
to
feaeb8c
Compare
feaeb8c
to
1ece6a1
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.
thanks!
8f58d5f
into
pmndrs:fix/flush-pending-async
* 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 <[email protected]> * fix type assertion --------- Co-authored-by: David Maskasky <[email protected]>
Check List
pnpm run prettier
for formatting code and docs