ThinhNguyen
Results
1
issues of
ThinhNguyen
I created a package for my project from https://ckeditor.com/ckeditor-5/online-builder/ Use with package.json file ``` "dependencies": { "@ckeditor/ckeditor5-react": "^5.0.2", "ckeditor5-custom-build": "file:./packages/ckeditor5-custom-build", "@formio/contrib": "^2.0.0", "@formio/react": "^5.3.0-rc.2" } ``` Error because CKEditor has...