twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
GNU Affero General Public License v3.0
16.26k stars 1.91k forks source link

Droppable setup issue #7597

Open harshrajeevsingh opened 2 hours ago

harshrajeevsingh commented 2 hours ago

Bug Description

The Droppable component from hello-pangea/dnd expects a placeholder element to be added as its child to reserve space when a draggable item is moved out of its place. This placeholder element is currently missing from the Droppable component. The warning can be found in the console.

Screenshot from 2024-10-11 19-28-05

harshrajeevsingh commented 2 hours ago

@Bonapara I will take this up :)

ankitxvx commented 2 hours ago

I can do this Wrap the content of your Droppable component in a function that renders both the droppable content and the placeholder.

please assign this to me