From fc121ce96dbcc4f30cfd9836644f778b85f997b7 Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Thu, 12 Oct 2023 18:00:46 +0200 Subject: [PATCH] chore: typecheck fixes --- .changeset/fluffy-penguins-jump.md | 17 +++++++++++++++++ .../SyncOnboarding/Manual/SeedStep.tsx | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 .changeset/fluffy-penguins-jump.md diff --git a/.changeset/fluffy-penguins-jump.md b/.changeset/fluffy-penguins-jump.md new file mode 100644 index 000000000000..8cc75852a08c --- /dev/null +++ b/.changeset/fluffy-penguins-jump.md @@ -0,0 +1,17 @@ +--- +"dummy-wallet-app": patch +"dummy-live-app": patch +"@ledgerhq/crypto-icons-ui": patch +"webpack.js-example": patch +"ledger-live-desktop": patch +"live-mobile": patch +"@ledgerhq/live-common": patch +"@ledgerhq/native-ui": patch +"@ledgerhq/icons-ui": patch +"@ledgerhq/react-ui": patch +"@ledgerhq/domain-service": patch +"web-tools": patch +"@ledgerhq/live-cli": patch +--- + +Update react to react 18 diff --git a/apps/ledger-live-desktop/src/renderer/components/SyncOnboarding/Manual/SeedStep.tsx b/apps/ledger-live-desktop/src/renderer/components/SyncOnboarding/Manual/SeedStep.tsx index 26c868ae0c05..6ad4cf099d2c 100644 --- a/apps/ledger-live-desktop/src/renderer/components/SyncOnboarding/Manual/SeedStep.tsx +++ b/apps/ledger-live-desktop/src/renderer/components/SyncOnboarding/Manual/SeedStep.tsx @@ -32,6 +32,7 @@ const SeedStep = ({ seedPathStatus, deviceModelId }: Props) => { productName, })} + {/* @ts-expect-error weird props issue with React 18 */} @@ -39,8 +40,11 @@ const SeedStep = ({ seedPathStatus, deviceModelId }: Props) => { + {/* @ts-expect-error weird props issue with React 18 */} {t("syncOnboarding.manual.seedContent.newSeedDescription3")} + {/* @ts-expect-error weird props issue with React 18 */} {t("syncOnboarding.manual.seedContent.newSeedDescription4")} + {/* @ts-expect-error weird props issue with React 18 */} {t("syncOnboarding.manual.seedContent.newSeedDescription5")} { productName, })} + {/* @ts-expect-error weird props issue with React 18 */} { + {/* @ts-expect-error weird props issue with React 18 */}