-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after 3.7.2: cannot read properties of undefined (reading 'registerChildCommand') #161
Comments
Yes I had the same issue here, rolling back to 3.7.1 fixes this but the data was lost for some reason at least in Matrix blocks. |
Hi All, thanks for reporting! We fixed it this morning, but it has not yet been released. We'll update this issue as soon as the release is out! |
same here, all the editor fields showing It has something to do with the documentListPlugin [plugin-obsolete-documentlistproperties](https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-plugin-obsolete-documentlistproperties)
The DocumentListProperties plugin is obsolete. Use ListProperties instead. |
Sorry all. 3.7.3 is tagged now with the fix. |
@kevinmu17 That setting was removed in 3.7.0 (see #148). |
Description
After updating to 3.7.2 all the CKEditor fields are gone, only the label is visible. In console there is an error:
TypeError: Cannot read properties of undefined (reading 'registerChildCommand') at indentBlock.js:89:23.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: