Sebastian Meier

Results 4 comments of Sebastian Meier

@kalicki if you only need the last one instead of a full history you could achieve it by handing over `activeStep` to a hook like [usePrevious](https://usehooks.com/usePrevious/)

Thanks for the insights @clauderic I totally agree about the API I used for the demo not being suitable for the existing components. The code I used for the demo...

glad to see this already issued, just for the sake of completeness - there's also a typo in one of the webhooks examples: Request body example json { "list_id": 105743947,...

After some more investigation I found a temporary solution to this problem. I noticed that the measurements for droppables were done before and after the drag, but not while dragging....