Daisuke Kawabata

Results 3 comments of Daisuke Kawabata

I found a hacky workaround for this problem with wasting 2 hours 😷. I've checked the code and it seems to be a bug. ```javascript // On template: // On...

Faced the same error (with Vue 3.x SPA app) and the cause was `(.+)` in the content. I've changed `this.$refs.myQuillEditor.getContents()` to `this.$refs.myQuillEditor.getContents()?.replace(/(.+)/g, '$1')` to avoid this error

Woops sorry I didn't check this thread. @Austinb Have you started working on this? If not, let me take this 😃