Hello everyone I have this issue in my project, with gauge chart. I’m trying to implement a basic gauge-chart into my project, and therefore I tried to use the demo example on their GitHub.
Unfortunately i receive the following error: Cannot read properties of null (reading ‘useMemo’)
I did install the library correctly, do you have any suggestions?
Thanks in advance for your help. 🙂
Ps: Here are my dependencies aswell.
"dependencies": {
"body-parser": "^1.20.2",
"brightness": "^3.0.0",
"child_process": "^1.0.2",
"child-process": "^1.0.2",
"cors": "^2.8.5",
"electron": "^27.0.2",
"electron-log": "^5.0.3",
"electron-packager": "^17.1.2",
"express": "^4.18.2",
"i18next": "^23.7.11",
"node-wifi": "^2.0.16",
"nodemon": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gauge-chart": "^0.5.1",
"react-i18next": "^13.5.0"
}
enter image description here
I tried reinstalling the library.
I rewrote my code multiple times with different example from the doc.
Searched on google.
Squekk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.