-
Notifications
You must be signed in to change notification settings - Fork 294
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
fix: Types and NextJS 14 support (#1939, #1948) #1968
Conversation
🦋 Changeset detectedLatest commit: 427122d 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 |
You'll either need to drop the changesets files in this commit (but then things won't get released) or drop the CHANGELOG files. Otherwise the changelog of the v5 packages will have duplicate entries. I'd drop the CHANGELOG files in this PR and let changesets create the release notes again |
a2c4b95
to
0495924
Compare
@LekoArts the current PR is not the process that should be followed in the future. It contains both the hotfixes code (that is not added to the main branch) and the changelog entries of the hotfix. |
0495924
to
37cfb3c
Compare
* fix(backend): Fix for next 14 fetch bind issue * fix(nextjs): Use named imports for fetch runtime polyfill Next14 seems to have changed the way it handles default exports when using the webpack bundler for some of their build variants when using `npm run dev`. This commit ensures that we no longer use the default export in an effort to improve compat between the different nextjs versions. More information can be found here: https://esbuild.github.io/content-types/#default-interop and here: #612 * Create late-dolphins-peel.md --------- Co-authored-by: Nikos Douvlis <[email protected]>
37cfb3c
to
427122d
Compare
Description
PRs synced:
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change
Packages affected
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/clerk-expo
@clerk/fastify
gatsby-plugin-clerk
@clerk/localizations
@clerk/nextjs
@clerk/clerk-react
@clerk/remix
@clerk/clerk-sdk-node
@clerk/shared
@clerk/themes
@clerk/types
build/tooling/chore