dillon1000/react
Commit
Browse files Consolidate ID Attribute Markup Generation
We have this really nice method for safely creating markup for an HTML attribute, `DOMPropertyOperations.createMarkupForProperty(...)`. Let's use it to create the ID attribute markup, too.
Changed paths3 files
First-parent comparisonsrc/core/ReactDOMComponent.js ModifiedM src/core/ReactTextComponent.js ModifiedM src/core/__tests__/ReactEventTopLevelCallback-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…