-
Notifications
You must be signed in to change notification settings - Fork 407
feat(nextjs): Introduce <ClerkProvider dynamic>
#4375
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
Conversation
🦋 Changeset detectedLatest commit: 2cbc8ac The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 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 |
<ClerkProvider dynamic>
|
!snapshot |
|
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.0-snapshot.ve13919d --save-exact
npm i @clerk/backend@1.14.2-snapshot.ve13919d --save-exact
npm i @clerk/chrome-extension@1.3.21-snapshot.ve13919d --save-exact
npm i @clerk/clerk-js@5.28.0-snapshot.ve13919d --save-exact
npm i @clerk/elements@0.17.0-snapshot.ve13919d --save-exact
npm i @clerk/clerk-expo@2.2.27-snapshot.ve13919d --save-exact
npm i @clerk/express@1.3.2-snapshot.ve13919d --save-exact
npm i @clerk/fastify@2.0.4-snapshot.ve13919d --save-exact
npm i @clerk/localizations@3.3.1-snapshot.ve13919d --save-exact
npm i @clerk/nextjs@6.0.0-snapshot.ve13919d --save-exact
npm i @clerk/clerk-react@5.12.1-snapshot.ve13919d --save-exact
npm i @clerk/remix@4.2.40-snapshot.ve13919d --save-exact
npm i @clerk/clerk-sdk-node@5.0.53-snapshot.ve13919d --save-exact
npm i @clerk/shared@2.10.0-snapshot.ve13919d --save-exact
npm i @clerk/tanstack-start@0.4.16-snapshot.ve13919d --save-exact
npm i @clerk/testing@1.3.14-snapshot.ve13919d --save-exact
npm i @clerk/themes@2.1.38-snapshot.ve13919d --save-exact
npm i @clerk/types@4.27.0-snapshot.ve13919d --save-exact
npm i @clerk/upgrade@1.1.0-snapshot.ve13919d --save-exact |
Description
Introduces
<ClerkProvider dynamic>and stops<ClerkProvider>from opting applications into dynamic rendering by default. It is now recommended forauth()to be used, or a nested<ClerkProvider dynamic>if auth data is needed byuseAuth()during SSR.Checklist
npm testruns as expected.npm run buildruns as expected.Type of change