dillon1000/react
Commit
Browse files [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
Changed paths1 file
First-parent comparisonpackages/react-dom-bindings/src/events/ReactDOMEventReplaying.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…