-
Notifications
You must be signed in to change notification settings - Fork 370
feat(clerk-react): Expose initialValues
within <SignInButton />
#4581
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
feat(clerk-react): Expose initialValues
within <SignInButton />
#4581
Conversation
🦋 Changeset detectedLatest commit: aa47934 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 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 |
initialValues
within <SignInButton />
initialValues
within <SignInButton />
!snapshot |
Hey @alexcarpenter - 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.13-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/backend@1.16.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/chrome-extension@1.3.37-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/clerk-js@5.34.3-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/elements@0.19.4-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/clerk-expo@2.3.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/expo-passkeys@0.0.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/express@1.3.15-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/fastify@2.0.17-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/nextjs@6.4.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/nuxt@0.0.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/clerk-react@5.16.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/remix@4.2.53-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/clerk-sdk-node@5.0.66-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/shared@2.14.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/tanstack-start@0.5.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/testing@1.3.27-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/ui@0.1.21-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact
npm i @clerk/vue@0.0.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact |
Description
Follow up to #4567
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change