enable strict mode and fixing the Droppable issue
This commit is contained in:
@@ -8,8 +8,8 @@ import {
|
||||
DragDropContext,
|
||||
Draggable,
|
||||
DraggableProvided,
|
||||
Droppable,
|
||||
} from "react-beautiful-dnd";
|
||||
import { StrictModeDroppable as Droppable } from "./StrictModeDroppable";
|
||||
|
||||
type Props = {
|
||||
links: boolean;
|
||||
|
||||
Reference in New Issue
Block a user