Watchdog should not import CKEditor 5 utils as this leads to package duplication problem in integrations #9315
Labels
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
In other words, we should get rid of this line:
ckeditor5/packages/ckeditor5-watchdog/src/contextwatchdog.js
Line 12 in a127c97
And write the `toArray()` utility for this package independently.
The current situation leads to the package duplication problem because the watchdog is bundled in the integration library independently from the CKEditor 5 bundle.
The text was updated successfully, but these errors were encountered: