mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -432,7 +432,7 @@ export function UsernameLinkEditor({
|
||||
|
||||
onBack,
|
||||
}: PropsType): React.JSX.Element {
|
||||
const [pngData, setPngData] = useState<Uint8Array | undefined>();
|
||||
const [pngData, setPngData] = useState<Uint8Array<ArrayBuffer> | undefined>();
|
||||
const [showColors, setShowColors] = useState(false);
|
||||
const [confirmReset, setConfirmReset] = useState(false);
|
||||
const [recoveryModalVisibility, setRecoveryModalVisibility] = useState(
|
||||
|
||||
Reference in New Issue
Block a user