I am using MDTabs component and unable to set first tab by default when page loads
There is a property called selectedIndex in which if I set 0 then it throws ERROR TypeError: Cannot read property 'addObserverForKeyPathOptionsContext' of undefined
So I have to set 1 always which selects 2nd tab be default. Please suggest how to achieve it.
Does it make any impact if using <MDTabs> inside <BottomNavigationBar>?
I am using MDTabs component and unable to set first tab by default when page loads
There is a property called
selectedIndex
in which if I set0
then it throwsERROR TypeError: Cannot read property 'addObserverForKeyPathOptionsContext' of undefined
So I have to set
1
always which selects 2nd tab be default. Please suggest how to achieve it.Does it make any impact if using
<MDTabs>
inside<BottomNavigationBar>
?