uiwjs / react-markdown-editor

A markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-markdown-editor
MIT License
337 stars 34 forks source link

Asynchronous value set, preview value not updated #210

Closed Junfeizhao closed 1 year ago

Junfeizhao commented 1 year ago

look this: 65a299c40ead867704d21c6fa726056d cd6d85cd4cf727fd2214c72708e1c500

The value previewed on the right is old. How to solve this problem

jaywcjlove commented 1 year ago

@Junfeizhao Upgrade v5.13.1

Junfeizhao commented 1 year ago

thanks