dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/dom/client/wrappers/AutoFocusUtils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…