TypeError: Spread syntac requires ...iterable[Symbol.iterator] to be a function

106 Views Asked by At

I recently updated my Cordova app and started getting this error on iOS from the editor.js package. The package works on all browsers, just seeing the issue on mobile. I inquired with the editorjs community and they believe it's a Cordova issue. Does anyone have any ideas of what might have caused this or any ideas on how I should go about debugging. Thanks!

enter image description here

1

There are 1 best solutions below

0
BigBalli On

Most probably, you're passing null or undefined (which is not enumerable).