Bump vite from 4.5.1 to 4.5.2 #345
Annotations
8 errors and 7 warnings
Build:
src/api/common/apiClient.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/features/auth/hooks/useLogin.ts#L12
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/features/auth/utils/clearAuthLocalStorageState.ts#L6
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/hooks/common/useLocalStorage.tsx#L11
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/redux/login/sagas/AuthSaga.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/redux/market/reducers/OrderBookReducer.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Build:
src/redux/market/reducers/StatementsReducer.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Build
Process completed with exit code 1.
|
Build:
src/api/common/apiClient.ts#L8
`@/packages/localStorage` import should occur after import of `./apiHelpers`
|
Build:
src/features/auth/hooks/useLogin.ts#L12
`@/packages/localStorage` import should occur after import of `../utils/calculateRevalidateJwtTimeout`
|
|
Build:
src/hooks/common/table/useInitialTableState.ts#L10
`../useLocalStorage` import should occur before type import of `@/packages/localStorage`
|
Build:
src/redux/login/sagas/AuthSaga.ts#L9
`@/packages/localStorage` import should occur after import of `../actions`
|
Build:
src/redux/market/reducers/OrderBookReducer.ts#L10
`../actions` import should occur before import of `@/packages/localStorage`
|
Build:
src/redux/market/reducers/StatementsReducer.ts#L9
`../actions` import should occur before import of `@/packages/localStorage`
|