solid-dnd icon indicating copy to clipboard operation
solid-dnd copied to clipboard

Property 'children' does not exist on type 'IntrinsicAttributes & DragDropContextProps'.

Open SupertigerDev opened this issue 3 years ago • 0 comments

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.

SupertigerDev avatar Aug 12 '22 10:08 SupertigerDev