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 e182b20 commit 66aa2d4Copy full SHA for 66aa2d4
README.md
@@ -114,6 +114,8 @@ That being said you do have a bail-out ability allowing you to suspend the trave
114
115
The API is very simple at the moment, only exposing a single function, which you can import as follows
116
117
+---
118
+
119
### **reactTreeWalker**
120
121
The default export of the library. The function that performs the magic.
@@ -158,6 +160,8 @@ import reactTreeWalker from 'react-tree-walker'
158
160
159
161
A `Promise` that resolves when the tree walking is completed.
162
163
164
165
### **visitor**
166
167
The function that you create and provide to `reactTreeWalker`.
0 commit comments