Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
For CKEditor 4 React integration (ckeditor4-react) ckeditor4 is both peer and dev dependency, while in other integrations - Angular and Vue, ckeditor4 is not any dependency at all.
Since all the integrations works in the same manner regarding CKEditor 4 usage (by default fetching from CDN which can be changed by passing custom URL and also can use CKEDITOR namespace if globally present) I wonder if it's a correct approach here (or maybe Angular and Vue do something wrong)?
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
For CKEditor 4 React integration (
ckeditor4-react)ckeditor4is both peer and dev dependency, while in other integrations - Angular and Vue,ckeditor4is not any dependency at all.Since all the integrations works in the same manner regarding CKEditor 4 usage (by default fetching from CDN which can be changed by passing custom URL and also can use
CKEDITORnamespace if globally present) I wonder if it's a correct approach here (or maybe Angular and Vue do something wrong)?