diff --git a/src/renderer/components/content-types/ListContent.tsx b/src/renderer/components/content-types/ListContent.tsx index dbb0c458..79e101ea 100644 --- a/src/renderer/components/content-types/ListContent.tsx +++ b/src/renderer/components/content-types/ListContent.tsx @@ -124,9 +124,11 @@ export default function ListContent(props: ContentProps) { return null } + // TODO: droppableId must be unique, but if you have two instances of the + // same list on a board this will probably fail in creative ways return ( - + {(provided, snapshot) => (