feat: monad bridge #757
Annotations
10 warnings
|
src/views/v3/Redeem/index.tsx#L408
React Hook useMemo has an unnecessary dependency: 'routeName'. Either exclude it or remove the dependency array
|
|
src/views/v3/Redeem/TransactionDetails/index.tsx#L292
React Hook useMemo has a missing dependency: 'theme.palette.text.secondary'. Either include it or remove the dependency array
|
|
src/views/v3/Bridge/WalletConnector/index.tsx#L129
React Hook useMemo has an unnecessary dependency: 'walletProvider'. Either exclude it or remove the dependency array
|
|
src/views/v3/Bridge/WalletConnector/Sidebar.tsx#L182
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
|
|
src/views/TxSearch.tsx#L162
React Hook useMemo has an unnecessary dependency: 'config.chainsArr'. Either exclude it or remove the dependency array. Outer scope values like 'config.chainsArr' aren't valid dependencies because mutating them doesn't re-render the component
|
|
src/views/TxSearch.tsx#L141
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|
|
src/utils/tokens.ts#L75
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/utils/index.ts#L123
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/components/SampleApp/index.tsx#L228
React Hook useEffect has a missing dependency: 'customThemeInput'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCustomTheme' needs the current value of 'customThemeInput'
|
|
src/components/SampleApp/index.tsx#L227
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading