for some reason, whenever I placed an item in the slot, even after removing it, it always returned that the slot was no longer empty, the solution I found was to create a function in the component to check if the slot had something based on the index
So i put the function in a branch, and now it’s working, which is curious, considering it’s the same logic

