-
-
Notifications
You must be signed in to change notification settings - Fork 617
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(core): improve re-render behavior with useTransition #1139
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. Latest deployment of this branch, based on commit 54df141:
|
Size Change: -9 B (0%) Total Size: 134 kB
ℹ️ View Unchanged
|
@riemonyamada Hi, do you happen to be interested in working on this issue? |
Hi @dai-shi. I'm not very familiar with React 18, but I'll try it next week. |
The cause of this problem is that Removing I don't think this change to cause any other problems, because the resolution of |
@riemonyamada Thanks for the investigation. |
Although I had a occasional error locally, CI passes without problems.
|
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.
The change looks okay. I hope our tests cover well. 🤞
Thanks @riemonyamada !
https://codesandbox.io/s/boring-torvalds-cn7lxn |
close #1125