dillon1000/react
Commit
Browse files Fix cycle in AutoFocusUtils
In 5c5d2ec182e4f517b7f3b865d0277ed0dc4f0abd I accidentally introduced a dependency cycle: AutoFocusUtils -> findDOMNode -> ReactDOMComponent -> AutoFocusUtils This breaks some tools internally. We're not actually using findDOMNode in AutoFocusUtils any more so we can just delete it.
Changed paths1 file
First-parent comparisonsrc/renderers/dom/client/wrappers/AutoFocusUtils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…