-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoogleOneTap causing infinite loop with TanStack Start. #4642
Comments
Hello! I cloned your project and can confirm uncommenting |
Hi there! Regarding the I believe our Next.js example here needs to be updated, as the current implementation will cause hydration errors. 👍🏼 |
PR correcting the placement of |
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: