Skip to content

Commit

Permalink
chore(avatar): change to shouldFilterDOMProps
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed May 30, 2024
1 parent 09d10f0 commit a972ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/avatar/src/use-avatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export function useAvatar(originalProps: UseAvatarProps = {}) {
}),
),
}),
[slots, isImgLoaded, imgProps, disableAnimation, src, imgRef, filterDOMProps],
[slots, isImgLoaded, imgProps, disableAnimation, src, imgRef, shouldFilterDOMProps],
);

return {
Expand Down

0 comments on commit a972ecc

Please sign in to comment.