mindroute / bootstrap-quill

Quill Rich Text Editor for Bootstrap 4
MIT License
8 stars 8 forks source link

Argument of type 'NodeList' is not assignable to parameter of type 'Node[]'. #1

Open sajidzaman opened 5 years ago

sajidzaman commented 5 years ago

I am getting this error while running npm run build.

ERROR in bootstrap-quill/node_modules/parchment/src/blot/abstract/parent.ts TS2345: Argument of type 'NodeList' is not assignable to parameter of type 'Node[]'. Type 'NodeList' is missing the following properties from type 'Node[]': pop, push, concat, join, and 19 more.

klasjersevi commented 5 years ago

Thank you for reporting this. I'll have a look and see if I can reproduce this issue.