dillon1000/react
Commit
Browse files Fix ReactComponentTreeHook.getRegisteredIDs() to work with inlined content (#7490)
I broke this in #7463: parseInt() cuts off #text at the end. Changing to just use negative numbers instead.
Changed paths2 files
First-parent comparisonsrc/renderers/dom/shared/ReactDOMComponent.js ModifiedM src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…