Project type I have a context provider that provides the store of Project. So in my components I grab it like so - const { project, setProject } = useProject().project.nodes and it uses SortableJS.Sortable component. It all works fine, until I try to update the state on reorder.