editablejs / editable

🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。
https://docs.editablejs.com
Apache License 2.0
1.79k stars 120 forks source link

react 的依赖能不能降到 v17? #146

Open Lizhooh opened 11 months ago

Lizhooh commented 11 months ago

我看 plugins 的依赖都是 18

    "react": "^18.x",
    "react-dom": "^18.x",

但是我项目用 18 有另外的问题 ..

image

big-camel commented 11 months ago

现在在进行使用原生js改造 https://github.com/editablejs/editable/tree/native