Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't read currentTransition back from internals (#30991)
This code is weird. It reads back the transition that it just set from the shared internals. It's almost like it expects it to be a getter or something. This avoids that and makes it consistent with what ReactFiberHooks already does.
- Loading branch information