Uh oh!
There was an error while loading. Please reload this page.
feat(clerk-js): Support transferable prop on SignIn - #3845
Conversation
🦋 Changeset detectedLatest commit: 3641552 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 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
Jul 30, 2024
!snapshot |
brkalow
commented
Jul 30, 2024
!snapshot |
clerk-cookie
commented
Jul 30, 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.0.5-snapshot.v97b12b9 --save-exact
npm i @clerk/backend@1.5.0-snapshot.v97b12b9 --save-exact
npm i @clerk/chrome-extension@1.1.8-snapshot.v97b12b9 --save-exact
npm i @clerk/clerk-js@5.11.0-snapshot.v97b12b9 --save-exact
npm i @clerk/elements@0.10.8-snapshot.v97b12b9 --save-exact
npm i @clerk/clerk-expo@2.0.1-snapshot.v97b12b9 --save-exact
npm i @clerk/express@0.0.22-snapshot.v97b12b9 --save-exact
npm i @clerk/fastify@1.0.24-snapshot.v97b12b9 --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/localizations@2.5.3-snapshot.v97b12b9 --save-exact
npm i @clerk/nextjs@5.2.9-snapshot.v97b12b9 --save-exact
npm i @clerk/clerk-react@5.3.0-snapshot.v97b12b9 --save-exact
npm i @clerk/remix@4.2.8-snapshot.v97b12b9 --save-exact
npm i @clerk/clerk-sdk-node@5.0.21-snapshot.v97b12b9 --save-exact
npm i @clerk/shared@2.4.2-snapshot.v97b12b9 --save-exact
npm i @clerk/tanstack-start@0.1.12-snapshot.v97b12b9 --save-exact
npm i @clerk/testing@1.2.4-snapshot.v97b12b9 --save-exact
npm i @clerk/themes@2.1.15-snapshot.v97b12b9 --save-exact
npm i @clerk/types@4.10.0-snapshot.v97b12b9 --save-exact |
Uh oh!
There was an error while loading. Please reload this page.
Description
fixes SDKI-531
Support a
transferableprop on<SignIn>, as well as onClerk.handleRedirectCallback(). Whenfalse, a sign in attempt using SSO will not automatically transfer to sign up if no account exists.Checklist
npm testruns as expected.npm run buildruns as expected.Type of change