Reputation: 11
I'm trying to integrate Quill and ShareDB with a package called quill-cursors
found here. The example is available here: https://github.com/pedrosanta/quill-sharedb-cursors.
The demo works well, but when running on my local machine, I've encountered the following error: Uncaught TypeError: Object.values is not a function.
Why might that be?
Upvotes: 1
Views: 259