James Sear

Results 4 comments of James Sear

I'm also struggling with this. I thought I would post some resources I've found: * https://github.com/RubaXa/Sortable/issues/735 * https://gist.github.com/superMDguy/f10d29b17ef0a473fb2700f3c72661cd * https://github.com/cypress-io/cypress/issues/845 * https://github.com/RubaXa/Sortable/issues/563 I'm still yet to write a working solution.

@MatthiasGrandl Unfortunately, I did not really achieve a reliable result that I was happy with. I've since had success using Test Cafe Studio (https://www.devexpress.com/products/testcafestudio/) for drag and drop testing. I...

@AlithAnar Wow, HeySpace looks awesome. Nice job guys! We are using beautiful-dnd on a user story mapping tool we created — [Avion](https://www.avion.io): ![Avion User Story Map](https://www.avion.io/external/avion-map.png) Virtualisation is huge for...

We're using this with React 16 without issue. However, there is now a warning being issued, due to the use of the soon to be deprecated `componentWillReceiveProps` (https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html) It looks...