chore(sort): revert to measureLayout, only sort on children ids #161
Annotations
2 errors and 3 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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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