Uh oh!
There was an error while loading. Please reload this page.
fix(clerk-js): Use a cookie instead of localStorage for active org - #4394
Conversation
🦋 Changeset detectedLatest commit: 435081d 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 |
brkalow
commented
Oct 23, 2024
!snapshot |
clerk-cookie
commented
Oct 23, 2024
Hey @brkalow - 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/astro@1.4.1-snapshot.vff7a729 --save-exact
npm i @clerk/backend@1.15.1-snapshot.vff7a729 --save-exact
npm i @clerk/chrome-extension@1.3.22-snapshot.vff7a729 --save-exact
npm i @clerk/clerk-js@5.29.0-snapshot.vff7a729 --save-exact
npm i @clerk/elements@0.17.1-snapshot.vff7a729 --save-exact
npm i @clerk/clerk-expo@2.2.28-snapshot.vff7a729 --save-exact
npm i @clerk/express@1.3.3-snapshot.vff7a729 --save-exact
npm i @clerk/fastify@2.0.5-snapshot.vff7a729 --save-exact
npm i @clerk/localizations@3.4.0-snapshot.vff7a729 --save-exact
npm i @clerk/nextjs@6.0.1-snapshot.vff7a729 --save-exact
npm i @clerk/clerk-react@5.13.1-snapshot.vff7a729 --save-exact
npm i @clerk/remix@4.2.41-snapshot.vff7a729 --save-exact
npm i @clerk/clerk-sdk-node@5.0.54-snapshot.vff7a729 --save-exact
npm i @clerk/shared@2.10.1-snapshot.vff7a729 --save-exact
npm i @clerk/tanstack-start@0.4.17-snapshot.vff7a729 --save-exact
npm i @clerk/testing@1.3.15-snapshot.vff7a729 --save-exact
npm i @clerk/themes@2.1.39-snapshot.vff7a729 --save-exact
npm i @clerk/types@4.28.0-snapshot.vff7a729 --save-exact |
panteliselef
commented
Oct 23, 2024
Our mechanism for synching state across tabs also seems to be using local storage under the hood. Do we need to take a look at that as well ? |
Uh oh!
There was an error while loading. Please reload this page.
brkalow
commented
Oct 29, 2024
@panteliselef I don't think so, the other usages seem to be correctly wrapped in a |
clerk-cookie
commented
Dec 19, 2024
Hello 👋 We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days. Thanks for being a part of the Clerk community! 🙏 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…4394) Co-authored-by: Jacek Radko <jacek@clerk.dev>
Description
Fixes an issue where browsers with localStorage disabled would cause an error to be thrown.
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change