Skip to content

Commit

Permalink
fixes for SSR
Browse files Browse the repository at this point in the history
rishabhpoddar committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9bfd974 commit adefd9a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/src/components/tabs/FrontendPreBuiltUITabs.tsx
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ function DefaultReactJSTabItem() {
}

function DefaultAngularTabItem() {
throw new Error("Should never come here cause we add angular tab item all the time");
return <></>;
}

function DefaultVueTabItem() {
2 changes: 1 addition & 1 deletion v2/src/components/tabs/FrontendSDKTabs.tsx
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ function DefaultReactJSTabItem() {
}

function DefaultAngularTabItem() {
throw new Error("Should never come here cause we add angular tab item all the time");
return <></>;
}

function DefaultVueTabItem() {

0 comments on commit adefd9a

Please sign in to comment.