Chris Nicholas

Results 18 comments of Chris Nicholas
trafficstars

The same happens with a `customSetup` passed to `SandpackProvider`. Switching the dependency from `svelte: '^3.0.0'` to `svelte: '^3.44.2'` fixes the issue, even though Svelte v3.44.2 is loaded by the bundler...

> Hey @CTNicholas, thanks for raising this issue! We've been working on a fix to address this issue in the main bundle repository. Meanwhile, I hope this is not blocking...

Thank you for taking the time to look through, I've had a chance to test this on 0.17 now, and changed everything you recommended (plus a couple of other small...

Forgot to remove the unnecessary assets—done.

That's a great point about connection loss accidentally clearing storage. When I wrote this, I was considering projects where you will _never_ need to store data after the session is...

I don't use Vue too much, so I don't have a strong opinion on the subject matter, but if anyone is looking for some Vue 3 hooks/providers that replicate `liveblocks-react`...

> @CTNicholas can you try https://github.com/vercel/vercel/releases/tag/vercel%4028.2.4? That resolved the issue when I tried. ✅ That fixes it, amazing, thanks!

Thanks for letting us know! We've been looking into this one already https://github.com/liveblocks/liveblocks.io/issues/1552. I think it could be a problem with the CollaborationCursor plugin. I'll make a bug report.

It's already been reported! https://github.com/ueberdosis/tiptap/issues/4482

There's now an example with simple coordinates: https://liveblocks.io/examples/canvas-comments/nextjs-comments-canvas https://github.com/liveblocks/liveblocks/tree/main/examples/nextjs-comments-canvas