I just updated ngx-quill
to ngx-quill@^26.0.3
and inside node_modules
am getting this error:
node_modules/ngx-quill/lib/quill-editor.component.d.ts(55,80): error TS2694: Namespace '"/node_modules/parchment/dist/src/parchment"' has no exported member 'Registry'.
readonly registry: import("@angular/core").InputSignal<import("parchment").Registry>;
~~~~~~~~~
Any idea?