Skip to content

Commit 85f0648

Browse files
committed
Add temporary ts-expect-error for Route prop
1 parent 20d1a20 commit 85f0648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/pages/routes/routes.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ export default function Routes() {
593593
<Route path={DEEP_LINK_ROUTE} component={DeepLink} />
594594
<RestoreVaultComponent
595595
path={RESTORE_VAULT_ROUTE}
596+
/** @ts-expect-error TODO: Replace `component` prop with `element` once `react-router` is upgraded to v6 */
596597
component={RestoreVaultPage}
597598
exact
598599
/>

0 commit comments

Comments
 (0)