Skip to content

Commit d33f2e7

Browse files
authored
fix typo
1 parent 2667fa6 commit d33f2e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ function visitor(element, instance, context) {
8484
// prevent traversing "4"'s children
8585
? false
8686
: true
87-
}
8887
})
8988
}
9089
return true
91-
};
90+
}
9291

9392
reactTreeWalker(app, visitor).then(() => {
9493
console.log(values); // [1, 2, 4, 3];

0 commit comments

Comments
 (0)