solid-dnd
solid-dnd copied to clipboard
Property 'children' does not exist on type 'IntrinsicAttributes & DragDropContextProps'.
When I use the Sortable List (Vertical) example in a typescript SolidJs project, I get these errors:
Property 'children' does not exist on type 'IntrinsicAttributes & DragDropContextProps'.
Stackblitz link: https://stackblitz.com/edit/vitejs-vite-e5xr4s?file=src/list.tsx
Other than the typescript errors, The code seems to be working. But the errors are annoying.