Results 97 comments of Johan

I got the solution, this retrieve the correct attributes for the snapshot ```js const typeMapGetAll = ( parent: Y.AbstractType, getDeletionsAlso = false, snapshot = undefined ) => { /** *...

> Hey @joacub nice! I updated my example https://github.com/TeemuKoivisto/pm-node-attrs-yjs-snapshots to use your code with my yjs fork https://github.com/TeemuKoivisto/yjs as a git submodule. It seems close but I got it working...

> https://github.com/TeemuKoivisto/pm-node-attrs-yjs-snapshots/blob/master/example/src/pm/context/YjsProvider.ts#L52 But now that I think of, I forgot I am connecting to the yjs-versions demo server. But I'm pretty sure it has gc disabled as well I mean...

https://github.com/yjs/y-leveldb/blob/43b4b93933c0c4867a89eae3fb5196487e907f20/src/y-leveldb.js#L402

let me know if is working this is the changes I did in the code in order to detect that the attribute wasn't found: ```js const typeMapGetAll = ( parent:...

you also have one thing different in the code, I don't know if you change but you should get the attributes if the node is deleted, so the condition if(deleted)...

your code is up to date ? the test that you have still not working

you can test my version in [webmediums.com](https://webmediums.com/), we have integrate finally all already working pretty good, the version works really well with some bugs but this bugs are in our...