Skip to content

Commit 818370d

Browse files
committed
refactor: rename findVNodes to findDOMNodes
1 parent 65023b0 commit 818370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/find-dom-nodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @flow
22

3-
export default function findVnodes (
3+
export default function findDOMNodes (
44
element: Element | null,
55
selector: string
66
): Array<VNode> {

0 commit comments

Comments
 (0)