Check that the file the user chose has a MIME type of image/*
#12670
Annotations
3 errors
Typecheck:
test/unit-tests/components/views/settings/AvatarSetting-test.tsx#L27
Property 'onChange' is missing in type '{ placeholderId: string; placeholderName: string; avatarAltText: string; avatar: string; }' but required in type 'IProps'.
|
Typecheck:
test/unit-tests/components/views/settings/AvatarSetting-test.tsx#L41
Property 'onChange' is missing in type '{ placeholderId: string; placeholderName: string; avatarAltText: string; avatar: File; }' but required in type 'IProps'.
|
Typecheck
Process completed with exit code 2.
|
Loading