dillon1000/react

Commit

[Fiber] Use real event priority for hydration scheduling (#28765)

Stacked on #28751 

Historically explicit hydration scheduling used the reconciler's update
priority to schedule the hydration. There was a lingering todo to switch
to using event priority in the absence of an explicit update priority.
This change updates the hydration priority by referring to the event
priority if no update priority is set
Browse files
Changed paths1 file
First-parent comparison
M packages/react-dom-bindings/src/events/ReactDOMEventReplaying.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…