DareData / notion-style-editor

9 stars 1 forks source link

Cannot read properties of null (reading 'useContext') #74

Closed ajboni closed 1 year ago

ajboni commented 1 year ago

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?

ajboni commented 1 year ago

I think this was related to webpack. Trying to migrate my project to vite and not facing the same issue.