Telegram – Chakra with Next13: useColorModeValue) is not a function
So I use Chakra in my Nextjs 13 project, I have this code: const Home = () => { const color = useColorModeValue("telegram.500", "telegram.400"); return <div>something here</div> } I get this error: Error: (0 , _chakra_ui_react__WEBPACK_IMPORTED_MODULE_2__.useColorModeValue) is not a function…