We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65023b0 commit 818370dCopy full SHA for 818370d
src/lib/find-dom-nodes.js
@@ -1,6 +1,6 @@
1
// @flow
2
3
-export default function findVnodes (
+export default function findDOMNodes (
4
element: Element | null,
5
selector: string
6
): Array<VNode> {
0 commit comments