From 3126dd3e040eaef00eb0362b69efb143d7e01030 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Sun, 22 Mar 2026 08:34:27 +0800 Subject: [PATCH] fix(Tabs): update for latest beta (#129) --- src/components/Tabs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tabs.ts b/src/components/Tabs.ts index 24e7610..714364a 100644 --- a/src/components/Tabs.ts +++ b/src/components/Tabs.ts @@ -67,4 +67,4 @@ const tabsModule = findModuleByExport(e => e?.toString?.()?.includes(".TabRowTab /** * Tabs component as used in the library and media tabs. See {@link TabsProps}. */ -export const Tabs = tabsModule && Object.values(tabsModule).find((e: any) => e?.type?.toString?.()?.includes("((function()")) as FC; +export const Tabs = tabsModule && Object.values(tabsModule).find((e: any) => e?.type?.toString?.()?.includes("(function()")) as FC;