ckeditor/ckeditor5-react

41.2.0 crashes if you do not manually add ckeditor5-editor-multi-root

nicmoon opened this issue · 0 comments

"@ckeditor/ckeditor5-editor-multi-root": ">=40.1.0",

Installations of CKEditor can pull in the wrong version of CK packages because of this when you do not use the multi-root editor. I think it would be a lot safer to release the react package on the normal release cadence so that these peer dependencies don't inadvertently pull in multiple versions of the same plugin leading to all your editors on the page crashing and the only way you can figure out how it's happening is by debugging the package lock. Note: didn't notice this issue until 41.2.0 for some reason. The docs don't seem to call this out either.

Workaround: install/add @ckeditor/ckeditor5-editor-multi-root@41.2.0