dillon1000/react
Commit
Browse files Remove helper object from FallbackCompositionState (#13430)
There's no good reason for this to be an object. This refactors it so that we just use three variables instead. We can avoid the property reads/writes and also minify better, since property names don't get mangled but variables do.
Changed paths1 file
First-parent comparisonpackages/react-dom/src/events/FallbackCompositionState.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…