-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Dependency problem after upgrading to nextjs 14 #584
Comments
As a workaround until next-intl has updated their peerDependencies to include next 14, you can add this to package.json: "overrides": {
"next-intl": {
"next": "^14.0.0"
}
} |
Since I'm using pnpm (docs), this worked for me: "pnpm": {
"overrides": {
"next": "$next"
}
} |
Thanks for reporting! Support for Next.js 14 was added in |
Thanks |
Description
using
next-intl@3.0.0-rc.6
:but with
next-intl@2.21.0
is the same for me:Any suggestion?
Mandatory reproduction URL (CodeSandbox or GitHub repository)
app directory
Reproduction description
Steps to reproduce:
Expected behaviour
Maybe just needs to adjust next intl to v14.
The text was updated successfully, but these errors were encountered: