Aleksandr Savvopulo

Results 10 comments of Aleksandr Savvopulo

Seems to be related issue is closed, but problem still exists. It is easily reproducible when draggable moved from one sortable context to another, back and forth, fast. However within...

@ScottFSeely Could you provide an example how to restrict draggable area to specific parent element with help of restrictToBoundingRect?

Got the same problem on existing project. Tried to delete node_modules and reinstall. Nothing helped. Then created a project from scratch with `npx create-react-app proj --template typescript` - and it...

I have the same problem. I think onBeforeCapture just captures all dimensions however shouldn't be. So it is not clear how to change draggable size before actual drag starts. May...

And may be you could suggest how to understand is overlay dragger at the top or bottom of droppable container?

As for now I found a solution to disable sortable strategy at all, and use onDragOver for changing position. This behaves a bit differently, but ok for my purpose. And...

> I did not really investigate on the problem, so sorry my suggestion may not solve your problem. But hover fires very often, which is normal behaviour. You could use...

@types/react-beautiful-dnd cannot be installed for react 18. ``` webapp$ npm i --save-dev @types/react-beautiful-dnd npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...

Update: deleting node_modules and installing deps again solved the problem.

Config editing is fine for me. I am under linux :D Thanks