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 b706d01 commit 1cbe19cCopy full SHA for 1cbe19c
src/tabs/react/index.ts
@@ -75,7 +75,7 @@ interface RegisterTabsOptions {
75
enableDebugLogging?: boolean;
76
}
77
78
-export function registerTabs(opts: RegisterTabsOptions): void {
+export function registerTabs(opts: RegisterTabsOptions = {}): void {
79
const { enableDebugLogging = false } = opts;
80
81
if (installed) {
0 commit comments