You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ React Dynamic Tabs with full API
69
69
-[Render custom components at the end of the Tablist](#render-custom-components-at-the-end-of-the-tablist)
70
70
-[Styling](#styling)
71
71
-[Caveats](#caveats)
72
-
-[Deprecated features](#deprecated-features)
73
72
-[Test](#test)
74
73
-[License](#license)
75
74
@@ -1305,12 +1304,6 @@ Include `react-dyn-tabs/style/react-dyn-tabs-rtl.min.css` for `rtl` mode
1305
1304
1306
1305
- Do not use setState inside the onInit callback because it leads to an infinite loop.
1307
1306
1308
-
## Deprecated features
1309
-
1310
-
These deprecated features can still be used, but should be used with caution because they are expected to be removed entirely sometime in the future. You should work to remove their use from your code.
1311
-
1312
-
- First parameter of onChange function is an object and has perviousData property which is deprecated. you should use previousData property instead of perviousData property.
0 commit comments