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
This option assigns id attribute on panel element and button element inside the tab. for having elements without id attribute, set this option to false.
380
+
When accessibility option is true, it sets the id attribute of panel and button elements.
@@ -1146,19 +1145,7 @@ You can find other themes at themes folder and multiple themes example at exampl
1146
1145
1147
1146
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.
1148
1147
1149
-
- Third element of returned array by useDynTabs hook should not be used as an object, it is no longer recommended and only be kept for backwards compatibility purposes, may be removed in the future. Avoid using it as an object and use the code below instead of it.
- Third element of returned array by useDynTabs hook should not be used as an object, it is no longer recommended and only be kept for backwards compatibility purposes, it should be used as a function.
1162
1149
1163
1150
- First parameter of onSelect function is an object and has perviousSelectedTabId property which is deprecated. you should use previousSelectedTabId property instead of perviousSelectedTabId property.
0 commit comments