hi! I'm seeing a pretty weird behavior, any ideas why after a bunch of quick consecutive events the root component gets re rendered when it doesn't need?
I'm firing events on mouse drag which update the coordinates of a node, then only the dragged node gets repainted, but after some dragging the entire root view with all the nodes inside starts to get repainted
@jpmonettas hmm, does not ring a bell
will keep troubleshooting and try to build a minimal example if I can't find the culprit
you can try printing stack traces when state atom is changed to see where the change comes from