Replies: 1 comment 1 reply
-
This might help: #1271 (comment) Search terms for future readers:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a NextJS server function that passes Link as parameter to a MaterialUI component

It worked fine with Next-intl 3.20 , NextJS 14.2.14 and MUI 6.1.2
Now with Next-intl 3.24 , NextJS 15.0.2 and MUI 6.1.6 it works with
reverting to the default locale (which makes sense)
but if I import Link from next-intl

I get the following error:
But next-intl "Link" is supposed to wrap NextJS "link" and localize the pathname as necessary only. Wrapping non-anchor elements and adding an href attribute shouldn't be affected by a package update. Any hints would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions