'ERROR in ./node_modules/@chakra-ui/hooks/dist/chakra-ui-hooks.esm.js 238:11-22

I installed chakra-ui via,

npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6

while using ChakraProvider component I'm getting following error.

Thanks,

The Error

My package.json file



Solution 1:[1]

The problem is I'm using react17 version, after upgraded to 18 problem solved.

"@chakra-ui/react": "^2.0.0",
.
.
.
"react": "^18.1.0",
"react-dom": "^18.1.0",

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Serdar Sar?ta?