dillon1000/react
Commit
Browse files Check for missing debugID in ReactDebugTool
TopLevelWrapper and empty components have ID of 0. These are implementation details and we don't want to leak them to devtools.
Changed paths8 files
First-parent comparisonsrc/isomorphic/ReactDebugTool.js ModifiedM src/isomorphic/devtools/__tests__/ReactNativeOperationHistoryDevtool-test.js ModifiedM src/renderers/dom/client/ReactMount.js ModifiedM src/renderers/dom/client/__tests__/ReactDOMIDOperations-test.js ModifiedM src/renderers/dom/client/utils/DOMChildrenOperations.js ModifiedM src/renderers/dom/shared/__tests__/DOMPropertyOperations-test.js ModifiedM src/renderers/shared/stack/reconciler/instantiateReactComponent.js ModifiedM src/test/ReactTestUtils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…