-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Upgrading from 13.3.4 to 13.4.0 causes react error "Warning: Invalid hook call." #49376
Comments
We cannot recreate the issue with the provided information. Please add a reproduction in order for us to be able to investigate. Why was this issue marked with the
|
The root cause of this issue is the same as #49355 I'll close this in favor of that one. |
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)
Unsure (not using new app directory)
Link to the code that reproduces this issue
n/a
To Reproduce
Upgrading from next 13.3.4 to 13.4.1 causes react hook error.
The only change being made is upgrading next and adding the
@opentelemetry/*
packages per #48118 (comment)Describe the Bug
next dev
starts but any page load results in a server side render error (see above)Expected Behavior
The app starts normally
Which browser are you using? (if relevant)
Version 112.0.5615.137 (Official Build) (arm64)
How are you deploying your application? (if relevant)
Vercel
The text was updated successfully, but these errors were encountered: