Matt Holden

Results 5 comments of Matt Holden

I would also find this very helpful. Have been trying to read the code to figure out what aggregations like "any" or "count" mean exactly (e.g. how do they treat...

Any update on this? I'm evaluating whether to use Plate instead of Slate directly, and ran into this when trying the first "Basic Editor" example after installing the recommended dependencies....

I'm also interested in this. I have some interactive node views where I need to perform some cleanup when they're deleted. Currently planning to track all node ids myself and...

I came up with a solution that works well for me, happy to share here. I use an `onUpdate` handler to diff nodes and emit `onNodeDeleted` events that can handle...

Hit the same issue on a fresh git clone of this repo. Node v20.9.0, pnpm 8.12.0, macOS 12.3.1 For now, `pnpm install [email protected]` fixed it for me