Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 4c8b939 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📝 WalkthroughWalkthroughA patch update for 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
| */ | ||
| if (retries < 2 && shouldRetryTurnstileErrorCode(errorCode.toString())) { | ||
| setTimeout(() => { | ||
| if (widgetContainerQuerySelector && !document.querySelector(widgetContainerQuerySelector)) { |
There was a problem hiding this comment.
The widgetContainerQuerySelector && guard is technically redundant here since it's always assigned before handleCaptchaTokenGeneration is called (lines 98, 124, or 142 guarantee it)
|
@tmilewski Should this be part of core 2? |
Yeah, I'll backport |
Description
Test plan
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit