-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
TypeError: Cannot read properties of null (reading 'useState') #50158
Comments
@florianbress are you using |
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
|
I am not. simply just nextjs |
Yeah to be fair, the issue with |
How should I make a reproduction... @balazsorban44 ? It's a big codebase we have. I am happy to get into a call tho. |
i even tried downgrading |
Hi, this seems to be a duplicate of #48518 and we'll track there, thanks! |
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
Operating System: Platform: linux Arch: x64 Version: #1 SMP Fri Jan 27 02:56:13 UTC 2023 Binaries: Node: 18.16.0 npm: 9.5.1 Yarn: 1.22.19 pnpm: 8.3.1 Relevant packages: next: 13.4.4-canary.0 eslint-config-next: 13.4.3 react: 18.2.0 react-dom: 18.2.0 typescript: 4.9.5
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
it's a private repository.
To Reproduce
i ran pnpm install and next dev and when the page loaded it showed me the error
Describe the Bug
When spinning up the app, i am getting this error. I am using pages directory with version 13.4.3
Expected Behavior
It should not show me this error as I am importing react within the two components.
Which browser are you using? (if relevant)
Chrome 113.0.5672.127
How are you deploying your application? (if relevant)
Uing vercel but it is happening locally
The text was updated successfully, but these errors were encountered: