dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/renderers/dom/shared/CSSPropertyOperations.js ModifiedM src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…