Closed Aniket-IN closed 1 year ago
Possible duplicate of #131 which is basically the critical issue for the whole project :(
Hi, did you happen to fix your problem? I get the same message on the console too, however my app works fine( including drag and drop functionality and scroll.) what I didn't do, but still get this message. I read issue #131, but I still don't understand how to get rid of this message.
hi, same me everything works fine too... I just ignored the warning for now.
The warning says to do something with nested containers, But i dont understand I just have a single container. The only difference is its just horizontal instead of vertical I dont really understand what's the problem here..
Project won't recibe major updates as README says so, maybe you should move to react-dnd as I did. Note that this is also recommended in README of the project.
@aleexnl This issue still exists with react-dnd
.
Looks like this a known limitation of this library. In new projects, I've started using dnd-kit
POSSIBLE SOLUTION to 'NESTED SCROLLING CONTAINER DETECTED' error Hi all... I posted a solution that my fellow developer and I discovered. Our Comment Link is here: https://github.com/atlassian/react-beautiful-dnd/issues/131#issuecomment-1634398431
I'm pretty new to React Beautiful DND,
Trying to make a horizontal DND. So, I have only one parent with flex and overflow auto and a fixed width. Something like:
Everything including the drag and drop functionality works fine.. but I don't know why whenever I drag something, I get this message on the console.
It looks like it's a common issue, but I can't figure out :(
I'm doing something like:
Thanks in advance, React beautiful DND is really awesome :D