dillon1000/react

Commit

Remove unnecessary processUpdateQueue (#21199)

We've just initialized the update queue above this and there's no user
code that executes between.

The general API that prevents this from mattering is that you can't
call setState in the constructor.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-reconciler/src/ReactFiberClassComponent.new.js ModifiedM packages/react-reconciler/src/ReactFiberClassComponent.old.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…