I am trying to include beautiful dnd package in my project but i got error while installing the package.
Please tell me if there is any other package like it or the solution of this error.
I am trying to include beautiful dnd package in my project but i got error while installing the package.
Please tell me if there is any other package like it or the solution of this error.
You can try installing @hello-pangea/dnd
from here with the following command:
npm i @hello-pangea/dnd
Later on, pretty much everything else is the same, you only change your imports from:
import { DragDropContext } from 'react-beautiful-dnd';
to
import { DragDropContext } from '@hello-pangea/dnd';
Thanks, Replacing 'react-beautiful-dnd' with hellopangea worked for me. I am using React with TypeScript, using Vite. HelloPangea already has built in support for TypeScript. Although there is a warning that pops up in browser console, but the app runs fine. Will update the answer if faced any other issues. Cheers!
@hello-pangea/dndDroppable setup issue [droppableId:"TodosRemove"]:DroppableProvided > placeholder could not be found.Please be sure to add the {provided.placeholder} React Node as a child of your Droppable.More information: https://github.com/hello-pangea/dnd/blob/main/docs/api/droppable.md