dillon1000/react

Commit

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.
Browse files
Changed paths3 files
First-parent comparison
M src/core/ReactDOMComponent.js ModifiedM src/core/ReactTextComponent.js ModifiedM src/core/__tests__/ReactEventTopLevelCallback-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…