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 92af834 commit 5b8d20bCopy full SHA for 5b8d20b
src/components/tabController/index.tsx
@@ -92,7 +92,7 @@ function TabController({
92
93
useEffect(() => {
94
if (!_.isUndefined(selectedIndex)) {
95
- LogService.deprecationWarn({component: 'TabController2', oldProp: 'selectedIndex', newProp: 'initialIndex'});
+ LogService.deprecationWarn({component: 'TabController', oldProp: 'selectedIndex', newProp: 'initialIndex'});
96
}
97
}, [selectedIndex]);
98
0 commit comments