python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Angular unit test with Jest using CKEditor5
In my Angular project I am trying to unit test (using Jest) a component using the CKEditor5 which is giving me the following error:
Unexpected value 'CKEditorModule2' imported by the module 'SharedMo...
Heathcliff
Votes: 0
Answers: 1
CKEditorError: ckeditor-duplicated-modules
I'm customizing ckeditor5, It can build successfully but when implemented it has an error saying "CKEditorError: ckeditor-duplicated-modules". I'm not sure what module duplicated.
In my code...
atjab
Votes: 0
Answers: 1
CK Editor returns <p> tags instead of whole content when i call it from API in React JS
I'm building app with React and Strapi and to add an article im using CKEditor 5 for the content.
In the editor it all works fine it accepts headings bolds paragraphs but when i read it on front end i...
Yamin Ooh
Votes: 0
Answers: 1