-
Notifications
You must be signed in to change notification settings - Fork 108
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 'useMemo') #115
Comments
I Even tried #69 but same error still |
Same error here. |
same |
Same Here. using react 18 |
@craftByElla I solved it by changing the version of react and react-dom in package.json as below
run |
It works. Thx. |
Hi my i don't want to degrade the react version is there any solution for this.. |
Hi - Same here, even with react 18.2.0 and react-dom 18.2.0 |
Hello, same here. |
Hi, with the upcoming version we'll update react version to the newest one, so this issue should be fixed. Stay tuned! |
@mGasiorek998 I saw a few new versions since this but I still get the useMemo error on the new ones? Was it fixed or do we still need to downgrade ? Thanks |
Hello,
I'm currently facing an issue with the @bitnoi.se/react-scheduler component in my Next.js project. After integrating the scheduler into my application, I consistently receive the following runtime error:
TypeError: Cannot read properties of null (reading 'useMemo')
Here is a brief overview of my setup:
Next.js version: 12.1.6
React version: 18.1.0
@bitnoi.se/react-scheduler version: 0.2.0
by the way I'm a beginner dev so sorry if i missed something.
Gantt-React.txt
Home.txt
The text was updated successfully, but these errors were encountered: