Skip to content

Commit

Permalink
Replace "react-beautiful-dnd" with "@hello-pangea/dnd"
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Nov 27, 2024
1 parent a6433d2 commit 4dadc5b
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 288 deletions.
4 changes: 2 additions & 2 deletions assets/js/ordering/pointers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies.
*/
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';

/**
* WordPress dependencies.
Expand Down Expand Up @@ -402,7 +402,7 @@ export class Pointers extends Component {

<Draggable
key={item.ID}
draggableId={item.ID}
draggableId={String(item.ID)}
index={draggableIndex}
>
{(provided2) => (
Expand Down
Loading

0 comments on commit 4dadc5b

Please sign in to comment.