Hi @R
when using version 1.0.7 I am getting the following error:
CKEditorError: Failed to read the ‘cssRules’ property from ‘CSSStyleSheet’: Cannot access rules Read more: Error codes | CKEditor 5 Documentation to read the ‘cssRules’ property from ‘CSSStyleSheet’
I am not using any custom stylesheet and with version 1.0.4 I am not getting this error.
ANy idea how this can be solved?
Btw, I guess the Code samples are no longer valid for V2.0.0, are they?
If you want to try v2.0.0, you need to update your pom.xml;
I changed the groupId to <groupId>com.wontlost</groupId>, and rebuild the JAVA packages. Code samples have been updated too.