I am learning React. I am trying to work out a drag and drop functionality from scratch. I am almost done but when I move an item from one div and try to move back to the original div, its throwing an error. If you are suggesting to use react-dnd, I already tried but I am not able to find a simple example, where I can just try the functionality. Here is what I tried.
Link: https://codesandbox.io/embed/fancy-surf-gnjpv?fontsize=14&hidenavigation=1&theme=dark.
Thanks in Advance