You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Using the GoogleOneTap component after updating to the beta version of tanstack start causes inifinite loop loading app in dev. I had no issue with alpha version
Steps to reproduce:
uncomment out GoogleOneTap in __root.tsx
pnpm dev
Expected behavior:
One tap ui to appear when user is not logged in.
Actual behavior:
App goes into infinite loop in browser console. Need to close tab to get out of it.
Hello! I cloned your project and can confirm uncommenting <GoogleOneTap /> causes an infinite loop. We're still investigating, but moving the <GoogleOneTap /> component inside the <body> tag, or putting in in a different route (index for example) fixes the issue
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
https://github.com/FacundoLucci/tanstack-clerk
Publishable key
pk_test_cmVndWxhci1ncnViLTI3LmNsZXJrLmFjY291bnRzLmRldiQ
Description
Using the GoogleOneTap component after updating to the beta version of tanstack start causes inifinite loop loading app in dev. I had no issue with alpha version
Steps to reproduce:
Expected behavior:
One tap ui to appear when user is not logged in.
Actual behavior:
App goes into infinite loop in browser console. Need to close tab to get out of it.
Environment
The text was updated successfully, but these errors were encountered: