Sortable in @dnd-kit/dom is unusable
Module '"@dnd-kit/dom"' has no exported member 'Sortable'.
i think u need to install
npm install @dnd-kit/sortable
and import from there
maybe check this link https://docs.dndkit.com/presets/sortable
hi, I have the same problem. I using the vanilla version. Link here: https://next.dndkit.com/concepts/sortable
I just check the code, you need to import as this: import { Sortable } from '@dnd-kit/dom/sortable'
Updated in https://github.com/clauderic/dnd-kit/commit/b5e5962ea690f3338b67186b477ae64e238af30f, sorry about that!
As @JiuRanYa mentioned, you need to import { Sortable } from '@dnd-kit/dom/sortable'