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 fc7e946 commit 2a86fb4Copy full SHA for 2a86fb4
README.md
@@ -397,8 +397,6 @@ This option assigns id attribute on panel element and button element inside the
397
const [ TabList , PanelList , instance ] = useDynTabs({ onLoad : function() {
398
// you can use 'this' here which refers to the instance
399
} });
400
- // or
401
- instance.setOption('onLoad', () => { } ).refresh();
402
```
403
404
0 commit comments