Avoid same user in multi devices #24
Annotations
10 errors
ci:
src/hooks/useRedirectionRule.test.ts#L5
Argument of type '{ path: string; hasAuth: true; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L10
Argument of type '{ path: string; hasAuth: false; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L16
Argument of type '{ path: string; hasAuth: true; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L24
Argument of type '{ path: string; hasAuth: true; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L33
Argument of type '{ path: string; hasAuth: false; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L38
Argument of type '{ path: string; hasAuth: true; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L44
Argument of type '{ path: string; hasAuth: true; ongoingCall: string; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L54
Argument of type '{ path: string; hasAuth: true; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L62
Argument of type '{ path: string; hasAuth: false; }' is not assignable to parameter of type 'RedirectionContext'.
|
ci:
src/hooks/useRedirectionRule.test.ts#L69
Argument of type '{ path: string; hasAuth: false; }' is not assignable to parameter of type 'RedirectionContext'.
|