mustaphaturhan/chakra-ui-markdown-renderer

import error: 'createStylesContext' is not exported from '@chakra-ui/system' : ChakraUI 2.0

Opened this issue · 2 comments

Hi, thanks for this project.

I tried to use it with ChakraUI 2.2.1 but i have the following error

Attempted import error: 'createStylesContext' is not exported from '@chakra-ui/system' (imported as 'createStylesContext').
Any idea ?

Thanks :)

The original error is :
Module not found: Error: Can't resolve '@chakra-ui/table' in '/mnt/d/dev/repo/xxx/node_modules/chakra-ui-markdown-renderer/dist'

Fixed by forcing "@chakra-ui/system": "^2.1.3",