PreveenGit
Results
1
comments of
PreveenGit
I got the same error Cannot read properties of null (reading 'model'). But I got it fixed Wrong Code: import {CKEditor} from '@ckeditor/ckeditor5-react'; import {ClassicEditor} from '@ckeditor/ckeditor5-build-classic'; Corrected Code: import...