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 d17de66 commit fb74062Copy full SHA for fb74062
src/components/tabController/index.tsx
@@ -60,7 +60,7 @@ function TabController({
60
const [screenWidth, setScreenWidth] = useState<number>(Constants.windowWidth);
61
62
if (items?.length < 2) {
63
- console.error('TabController component expect a minimum of 2 items');
+ console.warn('TabController component expect a minimum of 2 items');
64
}
65
66
useOrientation({
0 commit comments