Upgrade react router v5 to v6 #45
Annotations
10 errors
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Argument of type 'string | undefined' is not assignable to parameter of type 'string | unique symbol'.
|
Build
Type 'string | undefined' is not assignable to type 'string'.
|
Build
Type 'string | undefined' is not assignable to type 'string'.
|
Build
Type '(getDefaultMiddleware: CurriedGetDefaultMiddleware<{ authentication: AuthenticationState; housing: HousingState; ownerProspect: OwnerProspectState; loadingBar: any; api: CombinedState<...>; }>) => MiddlewareArray<...>' is not assignable to type '[ThunkMiddleware<{ authentication: AuthenticationState; housing: HousingState; ownerProspect: OwnerProspectState; loadingBar: any; api: CombinedState<...>; }, AnyAction>] | ((getDefaultMiddleware: CurriedGetDefaultMiddleware<...>) => [...]) | undefined'.
|
Build
Type '{ authentication: { authUser: AuthUser; }; } | { authentication?: undefined; }' is not assignable to type '{ authentication?: { logIn: { data?: { user: { id: string; email: string; firstName?: string | undefined; lastName?: string | undefined; role: UserRoles; activatedAt: { toString: {}; ... 42 more ...; [Symbol.toPrimitive]: {}; }; establishmentId: string; }; accessToken: string; establishment: { ...; }; } | undefined;...'.
|
Loading