mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-19 00:33:38 +00:00
Rename findNodeByComponentInstance to findNodeByComponentRef
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
import traverse from "./traverse";
|
||||
import {
|
||||
findNodeByComponent,
|
||||
findNodeByComponentInstance,
|
||||
findNodeByComponentRef,
|
||||
findNodeByComponentName
|
||||
} from "./findNode";
|
||||
|
||||
export {
|
||||
traverse,
|
||||
findNodeByComponent,
|
||||
findNodeByComponentInstance,
|
||||
findNodeByComponentRef,
|
||||
findNodeByComponentName
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user