Skip to content

Commit 54054d8

Browse files
committed
fix(VChipGroup): correctly filter props
1 parent 0e94ff4 commit 54054d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vuetify/src/components/VChipGroup/VChipGroup.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ export const VChipGroup = genericComponent<new <T>(
7777
})
7878

7979
useRender(() => {
80-
// TODO: fix type
81-
const [slideGroupProps] = VSlideGroup.filterProps(props) as any
80+
const slideGroupProps = VSlideGroup.filterProps(props)
8281

8382
return (
8483
<VSlideGroup

0 commit comments

Comments
 (0)