You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the course of working on #6, I have tried to implement tests for onDrag, both for mouse events and for touch events - after all, such tests could potentially have uncovered the original issue (#5) long ago.
Unfortunately React.TestUtils.Simulate.mouseMove / .touchMove did not seem to do the job, so I've submitted #6 without a test for onDrag, but thought I might as well document this omission here for someone else to pick up.
The text was updated successfully, but these errors were encountered:
In the course of working on #6, I have tried to implement tests for
onDrag
, both for mouse events and for touch events - after all, such tests could potentially have uncovered the original issue (#5) long ago.Unfortunately
React.TestUtils.Simulate.mouseMove
/.touchMove
did not seem to do the job, so I've submitted #6 without a test foronDrag
, but thought I might as well document this omission here for someone else to pick up.The text was updated successfully, but these errors were encountered: