Hi,
Maybe I'm doing something wrong, but I'm writing a github-like markdown editor and I got into this issue.
TypeError: Object prototype may only be an Object or null: undefined
It happens if I try to include a 3rd party package. (using yarn link in my main folder and yarn link @webscopeio/react-markdown-editor in demo folder)
I'm sorry if I misunderstood something, I'm pretty new to bundling OSS React components. It's my first attempt.
Do you have any idea what am I doing wrong? I've been trying for hours :/
Code is available here https://github.com/webscopeio/react-markdown-editor

Hi,
Maybe I'm doing something wrong, but I'm writing a github-like markdown editor and I got into this issue.
TypeError: Object prototype may only be an Object or null: undefinedIt happens if I try to include a 3rd party package. (using
yarn linkin my main folder andyarn link @webscopeio/react-markdown-editorin demo folder)I'm sorry if I misunderstood something, I'm pretty new to bundling OSS React components. It's my first attempt.
Do you have any idea what am I doing wrong? I've been trying for hours :/
Code is available here https://github.com/webscopeio/react-markdown-editor