uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.09k stars 151 forks source link

https://uiwjs.github.io/react-md-editor/ Doesn't load #648

Closed IPWright83 closed 1 month ago

IPWright83 commented 1 month ago

I thought I'd try and check out the demo site https://uiwjs.github.io/react-md-editor/ Doesn't load, but it's currently failing to load, looks like the React import is broken for some reason?

Within Example.tsx: TypeError: Cannot read properties of null (reading 'useState')

jaywcjlove commented 1 month ago

@IPWright83 Thank you for the reminder, I have fixed it.

IPWright83 commented 1 month ago

Thanks @jaywcjlove 🙂