Skip to content

Commit

Permalink
Fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 11, 2024
1 parent f754144 commit cae92e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/slider/value/SliderValue.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { NOOP } from '../../utils/noop';
const testRootContext: SliderRootContext = {
active: -1,
areValuesEqual: () => true,
axis: 'horizontal',
changeValue: NOOP,
direction: 'ltr',
dragging: false,
Expand Down

0 comments on commit cae92e2

Please sign in to comment.