mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Add more testcases for findNodeByName with class and fn components
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function FnDepth1() {
|
||||
return null;
|
||||
}
|
||||
|
||||
export default FnDepth1;
|
||||
Reference in New Issue
Block a user