I am trying to build a very basic sortable using react dnd-kit, and everything works, except one thing : the first element of my sortable array doesn't move when it is dragged (it moves when other elements are dragged on it, which makes this even weirder).
Here is the CodeSandBox with the project : https://codesandbox.io/s/condescending-wright-scyqvo?file=/src/components/Item.js
Hope someone can help me, thanks a lot :)