dillon1000/react

Commit

Avoid adding trailing semicolons to inline styles. (#9550)

* Avoid adding trailing semicolons to inline styles.

* Prettify.

* For sake of performance, avoid messing around with arrays.

* Change approach to avoid calling .substring.
Browse files
Changed paths3 files
First-parent comparison
M src/renderers/dom/shared/CSSPropertyOperations.js ModifiedM src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…