Add Registration Page #434
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.
|