Merge pull request #28 from End-rey/RM #45
Annotations
8 errors and 2 warnings
deploy
Object literal may only specify known properties, and 'first_name' does not exist in type 'AsyncDefaultValues<{ password: string; username: string; phone: string; }> | { password?: string | undefined; username?: string | undefined; phone?: string | undefined; }'.
|
deploy
Argument of type '{ action: string; password: string; username: string; phone: string; }' is not assignable to parameter of type 'userRegPhoneData'.
|
deploy
Argument of type '(values: { password: string; username: string; phone: string; }) => void' is not assignable to parameter of type 'SubmitHandler<TFieldValues>'.
|
deploy
Type 'Control<{ password: string; username: string; phone: string; }, any, TFieldValues>' is not assignable to type 'Control<{ password: string; username: string; phone: string; }>'.
|
deploy
Type 'Control<{ password: string; username: string; phone: string; }, any, TFieldValues>' is not assignable to type 'Control<{ password: string; username: string; phone: string; }>'.
|
deploy
Type 'Control<{ password: string; username: string; phone: string; }, any, TFieldValues>' is not assignable to type 'Control<{ password: string; username: string; phone: string; }>'.
|
deploy
Type '"first_name"' is not assignable to type '"password" | "username" | "phone"'.
|
deploy
Process completed with exit code 2.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|