-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 'useEffect') #5371
Comments
I'm seeing this issue too, but only when building for a deployment on Vercel. It seems to work fine when running or building locally. |
@evanfreeze yes I meant to add that, same for me as well. |
Could this have something todo with I mean The |
Why has this issue been closed ? There is no resolution ? Just close it like that ? Why so arrogant ? |
@isocroft it was a next issue, not a reacy query issue |
how to fix it? the same issue in 14.0.1 |
This issue has come up for me when updating from v3 to v4. |
I have the same issue with Next.js 14. Using the app router. Tanstack query is v5. All my components render on the client side. Has anyone found a fix for this yet? |
Dealing with the same issue here too... |
I'm facing this issue on vite. |
Facing this after upgrading to next 15 with --turbopack |
Same thing for me |
if you're using the pages router, you can fix this by downgrading react to v18. this error seems to happen due to react 19 not next 15. |
Happening to me too. Why is this closed? |
Describe the bug
This is happening in latest Next.js (13.4.0), not sure if this is a bug here or there, but starting here.
Your minimal, reproducible example
/
Steps to reproduce
Expected behavior
Should not have the error. I think this might be a conflict of react peer dependency or something, not sure. Next made some changes to how they include React it seems in the latest release notes.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000
Binaries:
Node: 18.16.0
npm: 9.5.1
Yarn: 1.22.19
pnpm: 8.4.0
Relevant packages:
next: 13.4.0
eslint-config-next: 13.4.0
react: 18.2.0
react-dom: 18.2.0
Tanstack Query adapter
None
TanStack Query version
4.29.5
TypeScript version
5.0.4
Additional context
This is happening in a preview/production build on Vercel, not locally.
The text was updated successfully, but these errors were encountered: