refactor: fixes #957
Annotations
7 errors
build-and-test:
src/components/App.tsx#L56
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test:
src/components/App.tsx#L59
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test:
src/components/App.tsx#L63
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test:
src/components/App.tsx#L67
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test:
src/components/App.tsx#L71
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test:
src/components/App.tsx#L75
Argument of type '{ currentMember: CompleteMember | null | undefined; redirectionLink: string; onRedirect: () => void; }' is not assignable to parameter of type 'withAutorizationProps'.
|
build-and-test
Process completed with exit code 2.
|