Hi has anyone tried to use Web3uikit components with next js? i keep getting this (Error: Invalid hook call.)
i am following the recent airbnb clone YouTube tutorial, but instead of using react i am using nextjs. i have converted the starter file and made it work except anything that has to do with with web3uikit. , every time i use these components i get an error saying
(
Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
- You might have mismatching versions of React and the renderer (such as React DOM)
- You might be breaking the Rules of Hooks
- You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
at resolveDispatcher (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\web3uikit\node_modules\react\cjs\react.development.js:1476:13)
at Object.useState (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\web3uikit\node_modules\react\cjs\react.development.js:1507:20)
at ConnectButton (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\web3uikit\dist\web3uikit.cjs.development.js:19357:25)
at renderWithHooks (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\react-dom\cjs\react-dom-server.browser.development.js:5448:16)
at renderIndeterminateComponent (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\react-dom\cjs\react-dom-server.browser.development.js:5521:15)
at renderElement (C:\Users\12248\Desktop\projects\Univerese3\v5 React-Next moralis airbnbstarter\NextApp\uv3-v5-nxt\node_modules\react-dom\cjs\react-dom-server.browser.development.js:5736:7)
_modules\react-dom\cjs\react-dom-server.browser.development.js:5897:7)
)