Michael Yang

Results 3 issues of Michael Yang

### 🥰 需求描述 | Feature Description 项目中用到了 pro-editor,也用到了 reactflow,但是当前的 reactflow 版本较低,和最新版本有冲突,希望能升级 reactflow 到最新版本。 reactflow 的最新版本 12.x 已经切换为 “@xyflow/react” 了 ### 🧐 解决方案 | Proposed Solution 升级 reactflow 到最新版本 ### 📝...

### Affected Packages core ### Version(s) 2.7.2 ### Bug Description ```ts editor.commands.insertContent(`aa`); ``` the result is correct. but the following code is error: ``` editor.commands..insert(` aa `); ``` it will...

Type: Bug
Category: Open Source