Joshua Arnold

Results 5 comments of Joshua Arnold
trafficstars

Hi, is there any update on this? In the meantime, I've found that updating react-dnd's react-draggable dependency to the latest (4.4.5) solves this specific issue https://codesandbox.io/s/react-dnd-bug-9lffyt?file=/src/index.js:523-610

It appears that visual testing will have to be used for testing instead of unit. Here are the unit methods I attempted: BaseComment.js: The goal was to verify that a...

@greg-in-a-box It turns out that the issue was with the onFocus event not working correctly. Without that working, I can't test this scenario because it's what sets the selected state...

Thank you. I apologize for the delay in getting back to you. I have been busy, but I will respond with more details shortly. Great work on this library btw!