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.8k stars 121 forks source link

Dependency error in demo #118

Closed fito-chanyoung closed 1 year ago

fito-chanyoung commented 1 year ago

Description

Dependency error from Plugin-list Demo.

Recording No recording is required. Can check it in sandbox on document page.

Sandbox https://codesandbox.io/s/b7vz7n?file=%2FApp.js&utm_medium=sandpack

Steps To reproduce the behavior:

  1. Go to plugin-list page or Sandbox Demo page.
  2. See error

Expectation dependency name mismatch

Environment

Context The dependency name must be changed from '@edilistjs/...' to '@editablejs/...' in the 'package.json' and 'App.js' files.

big-camel commented 1 year ago

@edilistjs/plugin-list -> @editablejs/plugin-list

https://codesandbox.io/s/magical-voice-yd0x78?file=/App.js