I updated my project from angular 16 to 17. After the upgrade, the prime-ng editor component that uses quill (updated from v1.3.7 to v2.0.2) is failing to render with the following error on the browser console -
this.dynamicQuill is not a constructor
(anonymous) @ primeng-editor.mjs:179
Any pointers to resolve this?
The project is using webpack. Excluding quill from the shared plugins resolves the mentioned issue.