Zihua Li
Zihua Li
Can you reproduce the issue in the [playground](https://quilljs.com/playground/snow)? What's the content in the clipboard ([inspector](https://evercoder.github.io/clipboard-inspector/))?
The playground uses Quill 2.0 and I guess that's the major difference. An reproducible example would be helpful. Or you may try [upgrading to Quill 2.0](https://quilljs.com/guides/upgrading-to-2-0).
We (slab.com) have used v2 for a quite long time and it works good. It makes sense that you want to use a stable version though. The initial plan was...
I didn't reproduce it in v1's playground: https://v1.quilljs.com/playground/.
The HTML structure has changed in v2 but the best practices is to pass Delta values between v1 and v2 (and also for the same version editors): ```js quillEditor.value.setContents(v1Editor.getContents()) ```
The error is expected if all your sentinels were not available at that time. More information are helpful for us to debug it further if that's not your case.
As @mcrawshaw said, the latest version added `import { Redis } from 'ioredis'` support for ESM packages so closing. Feel free to reopen if the issue persists.
@francescov1 Not sure if you need retryStrategy https://github.com/redis/ioredis#auto-reconnect
Retrying Redis connection attempts keeps going to infinite when MaxRetriesPerRequestError is handled
Hey guys 👋, Sorry for the late response. Not sure why I missed the notifications. `maxRetriesPerRequest` is for commands, so if you set `maxRetriesPerRequest` to 20, and send a command...
Looks like we already have solutions for the issue so closing.