diff --git a/src/mantine-core/src/SegmentedControl/SegmentedControl.story.tsx b/src/mantine-core/src/SegmentedControl/SegmentedControl.story.tsx index 54cbf346103..0f389e5d5e1 100644 --- a/src/mantine-core/src/SegmentedControl/SegmentedControl.story.tsx +++ b/src/mantine-core/src/SegmentedControl/SegmentedControl.story.tsx @@ -28,3 +28,7 @@ export function EmptyStringValue() { /> ); } + +export function InvisibleIndicator() { + return ; +} diff --git a/src/mantine-core/src/SegmentedControl/SegmentedControl.tsx b/src/mantine-core/src/SegmentedControl/SegmentedControl.tsx index 33424d4b265..58ae48dbca4 100644 --- a/src/mantine-core/src/SegmentedControl/SegmentedControl.tsx +++ b/src/mantine-core/src/SegmentedControl/SegmentedControl.tsx @@ -212,7 +212,7 @@ export const SegmentedControl = forwardRef - {typeof value === 'string' && shouldAnimate && ( + {typeof _value === 'string' && shouldAnimate && (