migrate login page to new ui kit #146 #2
version.yaml
on: push
build
/
Build
45s
Version
0s
Annotations
8 errors and 7 warnings
build / Build:
src/api/common/apiClient.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/features/auth/hooks/useLogin.ts#L12
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/features/auth/utils/clearAuthLocalStorageState.ts#L6
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/hooks/common/useLocalStorage.tsx#L11
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/redux/login/sagas/AuthSaga.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/redux/market/reducers/OrderBookReducer.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
build / Build:
src/redux/market/reducers/StatementsReducer.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
build / Build
Process completed with exit code 1.
|
build / Build:
src/api/common/apiClient.ts#L8
`@/packages/localStorage` import should occur after import of `./apiHelpers`
|
build / Build:
src/features/auth/hooks/useLogin.ts#L12
`@/packages/localStorage` import should occur after import of `../utils/calculateRevalidateJwtTimeout`
|
|
build / Build:
src/hooks/common/table/useInitialTableState.ts#L10
`../useLocalStorage` import should occur before type import of `@/packages/localStorage`
|
build / Build:
src/redux/login/sagas/AuthSaga.ts#L9
`@/packages/localStorage` import should occur after import of `../actions`
|
build / Build:
src/redux/market/reducers/OrderBookReducer.ts#L10
`../actions` import should occur before import of `@/packages/localStorage`
|
build / Build:
src/redux/market/reducers/StatementsReducer.ts#L9
`../actions` import should occur before import of `@/packages/localStorage`
|