This repository has been archived by the owner on May 8, 2024. It is now read-only.
feat: register & edit useState #53
cicd.yml
on: push
build
28s
remote-ssh-command
0s
Annotations
10 errors and 5 warnings
build:
src/pages/Register/index.tsx#L43
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { email: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L58
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { password: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L72
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { name: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L85
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { phone: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L99
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { address: string; address2?: string | undefined; card_address?: string | undefined; card_address2?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L111
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { address2: string; address?: string | undefined; card_address?: string | undefined; card_address2?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L124
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { city: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L137
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { state: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L201
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { zip: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; username?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build:
src/pages/Register/index.tsx#L218
Argument of type '(prevUser: SchemaRegisterUser | undefined) => { card_type: string; address?: string | undefined; address2?: string | undefined; card_address?: string | undefined; ... 14 more ...; zip?: string | undefined; }' is not assignable to parameter of type 'SetStateAction<SchemaRegisterUser | undefined>'.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|