Skip to content

migrate login page to new ui kit #146 #2

migrate login page to new ui kit #146

migrate login page to new ui kit #146 #2

Triggered via push November 23, 2023 20:31
Status Failure
Total duration 57s
Artifacts

version.yaml

on: push
Fit to window
Zoom out
Zoom in

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`