Should CKEditor 4 be really a dependency of React integration #103
Labels
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
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)?The text was updated successfully, but these errors were encountered: