chore: simplify how the account switch dialog is opened #10859
Annotations
6 errors and 1 warning
Typecheck:
src/app/features/container/container.tsx#L67
'isPasswordPage' is declared but its value is never read.
|
Typecheck:
src/app/features/container/container.tsx#L119
Type '{}' is missing the following properties from type 'SwitchAccountDialogProps': isShowing, onClose
|
Typecheck:
src/app/features/container/container.tsx#L143
Property 'toggleSwitchAccount' is missing in type '{ triggerButton: Element; }' but required in type 'SettingsProps'.
|
Typecheck:
src/app/features/container/container.tsx#L162
Type '{ width: string; height: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
Typecheck:
src/app/features/container/container.tsx#L170
Property 'toggleSwitchAccount' is missing in type '{ color: string; fontSize: "16px"; fontWeight: number; size: "32px"; }' but required in type 'CurrentAccountAvatar'.
|
Typecheck
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading