I'm having some problems using the React-Beautiful-Dnd library for creating a Drag and Drop system on my webapp. I followed the tutorial and it all went well, but I'm trying now to use it in my app where I need to be able to add and remove Draggable objects through user request with some add/delete button. The problem is that the app doesn't re-render anything until I try to move one of the old Draggables.
Other than that, for some reason, after the onDragEnd function is called, the app doesn't find the ID of the Draggable that was moved in that moment. I don't know what to do for this. I wrote an example code of the problem in CodeSandBox: https://codesandbox.io/s/zealous-blackwell-f3mmh. If someone could help me I'd be really grateful.