HarryChen0506 / react-markdown-editor-lite

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
https://harrychen0506.github.io/react-markdown-editor-lite/
MIT License
1.02k stars 160 forks source link

[BUG] import uuid 方式存在问题,导致使用uuid()报错 #230

Closed crtan7 closed 2 years ago

crtan7 commented 3 years ago

现象

image

修改方案

修改为 import uuid from 'uuid/v4'

sylingd commented 2 years ago

fixed