-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
SyntaxError: Named export 'addMessageListener' not found. #48921
Comments
We're also facing this issue in multiple places and it was introduced in 13.3.1 – 13.3.0 works just fine.
|
@arialpew is this related to |
@mmiszy I opened a new issue #48991 - I don't think it's related anyway, probably a new issue on its own. Maybe try 13.3.2 to see if your problem is solved. |
I tried again with the recent 13.3.4 release. I also did refactor some components from client-side to server side and bumped all other dependencies first. That made it work for me. Not sure what was the solution now, as I did a whole bunch of things in between to optimize my setup as a preparation to migrate to the In the release notes of |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://vercel.com/marcofranssen/nextjs-blog/A99wwoPqfuJC6W5agpDFvQdfRjed
To Reproduce
I have following dependencies in
package.json
. I hope that is sufficient to get this reproduced.Describe the Bug
Expected Behavior
Everything just works like it does in
13.2.x
. The problem occurs as soon I bump nextjs from13.2.4
to13.3.1
. I have also tested the latest canary and all just works. Prior to testing this I ensured all my other dependencies are fully bumped.Which browser are you using? (if relevant)
Chrome 112.0.5615.165
How are you deploying your application? (if relevant)
yarn dev
oryarn build && yarn start
or on vercel.The text was updated successfully, but these errors were encountered: