fix(clerk-js): Prevent infinite loop when client is blocked#5083
fix(clerk-js): Prevent infinite loop when client is blocked#5083nikosdouvlis merged 3 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: 6473fe2 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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
!snapshot |
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/chrome-extension@2.2.7-snapshot.v20250205122522 --save-exact
npm i @clerk/clerk-js@5.52.1-snapshot.v20250205122522 --save-exact
npm i @clerk/clerk-expo@2.7.5-snapshot.v20250205122522 --save-exact |
|
Should we add an e2e ? |
|
!snapshot |
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/chrome-extension@2.2.7-snapshot.v20250205183839 --save-exact
npm i @clerk/clerk-js@5.52.1-snapshot.v20250205183839 --save-exact
npm i @clerk/clerk-expo@2.7.5-snapshot.v20250205183839 --save-exact |
|
!snapshot |
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/chrome-extension@2.2.7-snapshot.v20250205184601 --save-exact
npm i @clerk/clerk-js@5.52.1-snapshot.v20250205184601 --save-exact
npm i @clerk/elements@0.22.20-snapshot.v20250205184601 --save-exact
npm i @clerk/clerk-expo@2.7.5-snapshot.v20250205184601 --save-exact
npm i @clerk/nextjs@6.11.1-snapshot.v20250205184601 --save-exact
npm i @clerk/clerk-react@5.22.11-snapshot.v20250205184601 --save-exact
npm i @clerk/react-router@1.0.6-snapshot.v20250205184601 --save-exact
npm i @clerk/remix@4.4.22-snapshot.v20250205184601 --save-exact
npm i @clerk/tanstack-start@0.9.4-snapshot.v20250205184601 --save-exact
npm i @clerk/ui@0.3.21-snapshot.v20250205184601 --save-exact |
Description
This fix prevents the browser from getting into an infinite loop when the
/v1/clientendpoint returns403.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change