dillon1000/react
Commit
Browse files Simplify CSS shorthand property warning (#14183)
I figured out a simpler way to do #14181. It does allocate some but I think that's OK. Time complexity might even be better since we avoid the nested loops the old one had.
Changed paths2 files
First-parent comparisonpackages/react-dom/src/shared/CSSPropertyOperations.js ModifiedM packages/react-dom/src/shared/CSSShorthandProperty.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…