We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808d04 commit 7244388Copy full SHA for 7244388
1 file changed
packages/component/src/Middleware/Avatar/DefaultAvatar.tsx
@@ -29,7 +29,6 @@ const defaultAvatarPropsSchema = pipe(
29
readonly()
30
);
31
32
-// eslint-disable-next-line react/require-default-props
33
type DefaultAvatarProps = InferInput<typeof defaultAvatarPropsSchema>;
34
35
function DefaultAvatar(props: DefaultAvatarProps) {
0 commit comments