Skip to content

Add Registration Page #434

Add Registration Page

Add Registration Page #434

Triggered via pull request November 8, 2024 09:02
Status Failure
Total duration 47s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Typecheck: src/views/Register/index.tsx#L242
Type '(option: { id: string; key: string;}) => string' is not assignable to type '(option: object) => OptionKey'.
Typecheck: src/views/Register/index.tsx#L243
Type '(option: { id: string; value: string;}) => string' is not assignable to type '(option: object) => string'.
Typecheck: src/views/Register/index.tsx#L244
Type '(...entries: EntriesAsList<Partial<DefaultFormValue>>) => void' is not assignable to type '((newValue: OptionKey, name: "email" | "country" | "first_name" | "last_name" | "password" | "confirm_password" | "city" | "organization" | "organization_type", value: object) => void) | ((newValue: OptionKey | undefined, name: "email" | ... 7 more ... | "organization_type", value: object | undefined) => void)'.
Typecheck: src/views/Register/index.tsx#L259
Type '(option: { id: string; key: string;}) => string' is not assignable to type '(option: { id: string; society_name: string; }) => string'.
Typecheck: src/views/Register/index.tsx#L260
Type '(option: { id: string; value: string;}) => string' is not assignable to type '(option: { id: string; society_name: string; }) => string'.
Typecheck
Process completed with exit code 2.