TypeError: Cannot read properties of null (reading 'useContext') #736
Unanswered
Akashpanda27
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to run https://github.com/rainbow-me/rainbowkit/tree/main/examples/with-next-mint-nft but i'm getting TypeError: Cannot read properties of null (reading 'useContext').
Server Error
TypeError: Cannot read properties of null (reading 'useContext')
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
useContext
file:///C:/Users/Harsha/node_modules/react/cjs/react.development.js (1618:21)
MotionComponent
file:///C:/Users/Harsha/node_modules/framer-motion/dist/es/motion/index.mjs (31:16)
renderWithHooks
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (5658:16)
renderForwardRef
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (5842:18)
renderElement
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (6005:11)
renderNodeDestructiveImpl
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (6104:11)
renderNodeDestructive
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (6076:14)
renderIndeterminateComponent
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (5785:7)
renderElement
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (5946:7)
renderNodeDestructiveImpl
file:///C:/Users/Harsha/Pictures/moonyoots/y/node_modules/react-dom/cjs/react-dom-server.browser.development.js (6104:11)
Beta Was this translation helpful? Give feedback.
All reactions