Hi! I'm trying to run the editor in my project but getting this error:
Cannot read properties of null (reading 'useContext') react-dom.development.js:19527 The above error occurred in the <u$> component: in u$ in kRB (created by MarkdownEditor) in div (created by MarkdownEditor) in MarkdownEditor (created by wrappedComponent) in div (created by wrappedComponent)
I'm on react 16.14 and trying the simplest example from the readme.
I'm not really sure where to look! Any ideas?
Hi! I'm trying to run the editor in my project but getting this error:
Cannot read properties of null (reading 'useContext') react-dom.development.js:19527 The above error occurred in the <u$> component: in u$ in kRB (created by MarkdownEditor) in div (created by MarkdownEditor) in MarkdownEditor (created by wrappedComponent) in div (created by wrappedComponent)
I'm on react 16.14 and trying the simplest example from the readme. I'm not really sure where to look! Any ideas?