Add Registration Page #399
Annotations
12 errors
Typecheck:
src/views/Register/index.tsx#L26
Cannot find module '@togglecorp/toggle-form' or its corresponding type declarations.
|
Typecheck:
src/views/Register/index.tsx#L107
Parameter 'value' implicitly has an 'any' type.
|
Typecheck:
src/views/Register/index.tsx#L107
Parameter '_' implicitly has an 'any' type.
|
Typecheck:
src/views/Register/index.tsx#L107
Parameter 'context' implicitly has an 'any' type.
|
Typecheck:
src/views/Register/index.tsx#L164
Parameter 'val' implicitly has an 'any' type.
|
Typecheck:
src/views/Register/index.tsx#L179
Parameter 'safeValue' implicitly has an 'any' type.
|
Typecheck:
src/views/Register/index.tsx#L287
Type '{ id: string; key: string; value: string; }[]' is not assignable to type '{ key: string; label: string; }[]'.
|
Typecheck:
src/views/Register/index.tsx#L296
Type '{ label: string; name: string; value: string; onChange: any; error: any; disabled: false; withAsterisk: true; }' is not assignable to type 'IntrinsicAttributes & Props<OptionKey, unknown, object, Def, never>'.
|
Typecheck:
src/views/Register/index.tsx#L321
Type '{ id: string; key: string; value: string; }[]' is not assignable to type '{ key: string; label: string; }[]'.
|
Typecheck:
src/views/Register/index.tsx#L330
Type '{ id: string; society_name: string; }[]' is not assignable to type '{ key: string; label: string; }[]'.
|
Lint JS:
src/views/Register/index.tsx#L26
Unable to resolve path to module '@togglecorp/toggle-form'
|
Lint JS
Process completed with exit code 1.
|