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.17k stars 156 forks source link

Preview Props #99

Closed raaynaldo closed 3 years ago

raaynaldo commented 3 years ago

I get an error when I try to send Preview props preview={"preview"}.

this is my full code

<MDEditor
  value={value}
  onChange={handleChange}
  visiableDragbar={false}
  autoFocus={false}
  preview={"preview"}
/>

image

jaywcjlove commented 3 years ago

@raaynaldo Upgrade + @uiw/react-md-editor@2.1.3

jaywcjlove commented 3 years ago

@raaynaldo https://codesandbox.io/s/markdown-editor-for-react-99-7ulng

raaynaldo commented 3 years ago

Thank you @jaywcjlove