chore(sort): revert to measureLayout, only sort on children ids #161
Annotations
3 errors and 2 warnings
|
TypeScript 🔍:
src/features/sort/components/DraggableGrid.tsx#L41
Object literal may only specify known properties, and 'initialOrder' does not exist in type 'UseDraggableGridOptions'.
|
TypeScript 🔍
Process completed with exit code 2.
|
Lint 🔍:
src/features/sort/components/DraggableStack.tsx#L6
'FunctionComponent' is defined but never used. Allowed unused vars must match /^_/u
|
Lint 🔍:
src/features/sort/hooks/useDraggableSort.ts#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
Loading