mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -22,7 +22,9 @@ export function AvatarIconEditor({
|
||||
i18n,
|
||||
onClose,
|
||||
}: PropsType): React.JSX.Element {
|
||||
const [avatarBuffer, setAvatarBuffer] = useState<Uint8Array | undefined>();
|
||||
const [avatarBuffer, setAvatarBuffer] = useState<
|
||||
Uint8Array<ArrayBuffer> | undefined
|
||||
>();
|
||||
const [avatarData, setAvatarData] =
|
||||
useState<AvatarDataType>(initialAvatarData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user