Skip to content

Commit 554dc61

Browse files
update readme
1 parent 7c57221 commit 554dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default () => {
167167

168168
**NOTE :**
169169

170-
- Tabs can't be manipulated safely before the first render, use ready() to access the instance object, it guarantees that the instance object won't be available before the tab has mounted.
170+
- Tabs can't be manipulated safely before the first render, use ready() to access the instance object, ready accepts a function as its parameter and calls it when tabs are mounted.
171171

172172
- ready function and instance Object will not be changed after re-rendering multiple times.
173173

0 commit comments

Comments
 (0)