dillon1000/react
Commit
Browse files 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`.
Changed paths10 files
First-parent comparisonsrc/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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…