enk0de
enk0de
+1 i want this feature too
1. Yes, we are using @liveblocks/react to use `createRoomContext`, `shallow`! 2. As security issue, we cannot reveal exact interface. but i can share simillar structure. ```typescript interface Storage { tree:...
> I assume you're making these three writes in a single batch() Yes, We are doing those operations in one batch callback! Sometimes the execution of a batch() occurs in...
hi, @nvie. I found a solution to resolve the issue. the issue occurs when remove dragging node ID from **original parent's children LiveList**. here is my original code ```typescript private...
To be more precise, the node is not deleted when you do `children.delete(index)`, but rather the nodeID is deleted in children LiveList and then immediately restored to the list.
Hi. nvie. I am still suffering the problem. have you found out why this occurs?
and would you please implement these too? :bow: - onScrollStart (onPanStart) - onScrollEnd( onPanEnd)