This is because of how updates and optimistic updates are implemented
This happens because update causes a refetch, which causes a rerender, causing all elements to shift around.
Even with optimistic updates, the update will appear, and then when the refetch happens (because updates cause refetch to happen), then everything will shift around.
This is because of how updates and optimistic updates are implemented
This happens because update causes a refetch, which causes a rerender, causing all elements to shift around. Even with optimistic updates, the update will appear, and then when the refetch happens (because updates cause refetch to happen), then everything will shift around.