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 511ecc2 commit ff12691Copy full SHA for ff12691
src/tabs/index.android.ts
@@ -84,7 +84,7 @@ export class Tabs extends TabNavigation<TabsBar> {
84
}
85
86
protected override setTabStripItems(items: TabStripItem[]) {
87
- if (items.length > 0 && !this.mUnSelectedItemColor) {
+ if (items?.length > 0 && !this.mUnSelectedItemColor) {
88
items.some((item) => {
89
const color = item.label?.style.color;
90
if (color) {
0 commit comments