mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -71,7 +71,7 @@ const Template: StoryFn<PropsType> = (args: PropsType) => {
|
||||
);
|
||||
};
|
||||
|
||||
export function FullFlow(): JSX.Element {
|
||||
export function FullFlow(): React.JSX.Element {
|
||||
const [backupStep, setBackupStep] = useState<InstallScreenBackupStep>(
|
||||
InstallScreenBackupStep.WaitForBackup
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user