Ari
Ari
Uncaught TypeError: ystate is undefined when using Collaboration and CollaborationCursor and esbuild
I'm having the same issue. I'm using vite + react. @a-morphous were you able to fix the issue?
Uncaught TypeError: ystate is undefined when using Collaboration and CollaborationCursor and esbuild
Yes but why is it working on the test cases and not for us.
Uncaught TypeError: ystate is undefined when using Collaboration and CollaborationCursor and esbuild
Yup that works! Thank you for the helpful guide @ owynreveon and info @ a-morphous, much appreciated. I have collaboration cursor working in all my environments (React and Vite) now.
Hi any updates on this?
@ilya2204 were you able to figure out a solution for this?
what's this pr waiting on atm? would help our use-case as well
https://github.com/user-attachments/assets/b5f22de6-3124-4fca-9178-0916a063c367
Needs more testing for sure, but I think the content visibility trick does help improve performance a bit: * https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility * https://nitropack.io/blog/post/content-visibility-inp#:~:text=By%20deferring%20the%20rendering%20of,speeds%20and%20improved%20webpage%20responsiveness. A big performance improvement that could be unlocked...
Opened this to explore ideas with others, if anyone has a better approach in mind :D
Would it be possible to make performance improvements by using intersection observer and then only render the contents of a page when its in view?