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 786de79 commit e423e08Copy full SHA for e423e08
src/components/tabs/tabs.ts
@@ -511,7 +511,7 @@ export class Tabs extends Ion implements AfterViewInit, RootNode {
511
});
512
} else {
513
getComponent(this._linker, tab.root).then(viewController => {
514
- if (viewController !== active.component) {
+ if (viewController.component !== active.component) {
515
// Otherwise, if the page we're on is not our real root
516
// reset it to our default root type
517
return tab.setRoot(tab.root);
0 commit comments