Kevin Jahns
Kevin Jahns
Thanks for opening this issue. Just wanted to drop in here to say that the current YATA implementation in Yjs (which is based on the same mathematical model as the...
The internal function Y.encodeStateVectorV1 is currently the same as encodeStateVectorV2. This might change in the future without breaking the exposed API. encodeStateVectorV2 is strictly for internal usage (for consistency). You...
@tommoor You can restore the previous state by (manually) performing the changes that are required to get to the old state (i.e. create new changes). Once a document that was...
Closing because the feature has already been implemented.
This should be fixed in the latest Yjs release. Can you please try out?
You must always connect the type to a Yjs document before reading it. I'm sure you already figured that out. I'll add a proper error message.
When the provider is destroyed, it doesn't `destroy` the awareness instance. This is the intended behavior because other parts of your software may rely on the awareness instance. If the...
Done in the last release
I just updated rollup. Maybe that helps. The generated cjs module sets some weird properties on `exports` in the `cjs` module. Can you please try out `[email protected]`?
Vite should use the file specified by the `module` field (apparently, that's what bundlers now agree on). Otherwise, it can use both the mjs and the cjs version, depending on...