You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ckeditor5-react/package.json
Line 92 in 55771ff
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
The text was updated successfully, but these errors were encountered: