dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonpackages/react-reconciler/src/ReactFiberClassComponent.new.js ModifiedM packages/react-reconciler/src/ReactFiberClassComponent.old.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…