fix: 🐛 logout after refresh token fails #2
Annotations
10 errors and 1 warning
cypress-test:
src/app/router.tsx#L3
Cannot find module '../routeTree.gen' or its corresponding type declarations.
|
cypress-test:
src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isActive' implicitly has an 'any' type.
|
cypress-test:
src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isTransitioning' implicitly has an 'any' type.
|
cypress-test:
src/routes/app.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
cypress-test:
src/routes/app.tsx#L7
Property 'auth' does not exist on type 'never'.
|
cypress-test:
src/routes/app/dashboard.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
cypress-test:
src/routes/app/settings.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
cypress-test:
src/routes/auth.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
cypress-test:
src/routes/auth.tsx#L7
Property 'auth' does not exist on type 'never'.
|
cypress-test:
src/routes/auth/forgotPassword.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
cypress-test
No files were found with the provided path: cypress/screenshots. No artifacts will be uploaded.
|