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
fix(ios): avoid setting selected-index before setup has finished. (#7925)
This fixes the issue mentioned on #7921, #7922 and #7924.
Changing the `selectedIndex` will not have any effect before the setup has finished,
the original issue was the method `setSelectedIndex` was called immediately when calling
to the `super` initializer with a `0` value regardless of the initial `currentTab`.
This prevents the loading of the tab from index `0` regardless of the custom initial rendered tab.
0 commit comments