chore: turn on eslint rule and fix up some core internal imports #1148
Annotations
10 warnings
src/app/App.tsx#L9
Reaching to "redux-persist/integration/react" is not allowed
|
src/app/App.tsx#L16
Reaching to "../theme/global" is not allowed
|
src/app/App.tsx#L17
Reaching to "./components/guards/session" is not allowed
|
src/app/components/accountRow/index.tsx#L17
Reaching to "react-tooltip/dist/react-tooltip.css" is not allowed
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L20
Reaching to "@secretkeylabs/xverse-core/transactions" is not allowed
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L26
Reaching to "@secretkeylabs/xverse-core/transactions/btc" is not allowed
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L262
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L270
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L289
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L300
React Hook useEffect has a missing dependency: 'showFeeWarning'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading