Skip to content

Commit 6deebaa

Browse files
authored
Add resetIdCounter to changelog
1 parent 91a31dc commit 6deebaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333

3434
- `selectedTabPanelClassName` was added to add `<Tabs />` to change the class name of the current selected TabPanel
3535
- `defaultIndex` was added to set the initial displayed tab
36+
- Add function `resetIdCounter` to reset the id-counter for isomorphic apps.
37+
38+
```js
39+
const reactTabs = require('react-tabs');
40+
41+
...
42+
reactTabs.resetIdCounter();
43+
render();
44+
```
3645

3746
#### Bug Fixes
3847

0 commit comments

Comments
 (0)