Skip to content

Commit

Permalink
chore(vue): Remove one tap props reactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 5, 2024
1 parent 67acf89 commit fead36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue/src/components/uiComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const GoogleOneTap = defineComponent((props: GoogleOneTapProps) => {
h(Portal, {
mount: () => clerk.value?.openGoogleOneTap(props),
unmount: clerk.value?.closeGoogleOneTap,
updateProps: (clerk.value as any)?.__unstable__updateProps,
});
});

Expand Down

0 comments on commit fead36b

Please sign in to comment.