dillon1000/react

Commit

Replace uses of ReactDOMNodeCache and getDOMNodeID with ReactID.

Also removed some unnecessary calls to `document.getElementById`, which
will eventually cease to work for React-specific IDs.

This clears the way for the deprecation of `ReactDOMNodeCache` and
`getDOMNodeID`.
Browse files
Changed paths10 files
First-parent comparison
M src/core/ReactComponent.js ModifiedM src/core/ReactDOMIDOperations.js ModifiedM src/core/ReactEventTopLevelCallback.js ModifiedM src/core/ReactInputSelection.js ModifiedM src/core/ReactInstanceHandles.js ModifiedM src/core/__tests__/ReactCompositeComponent-test.js ModifiedM src/core/__tests__/ReactDOM-test.js ModifiedM src/core/__tests__/ReactDOMIDOperations-test.js ModifiedM src/eventPlugins/EnterLeaveEventPlugin.js ModifiedM src/test/ReactTestUtils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…