dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-dom/src/events/FallbackCompositionState.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…