Skip to content

Commit f6f0c64

Browse files
committed
fix(Button): deps
1 parent 55bebe4 commit f6f0c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actions/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const Button = forwardRef(function Button(
287287
'text-only': !!(children && typeof children === 'string' && !hasIcons),
288288
...mods,
289289
}),
290-
[mods, isDisabled, isLoading, isSelected, singleIcon],
290+
[mods, children, isDisabled, isLoading, isSelected, singleIcon],
291291
);
292292

293293
const { actionProps } = useAction(

0 commit comments

Comments
 (0)