fix: remove double quoting when initiating a transaction #371
Annotations
10 warnings
|
src/views/TxSearch.tsx#L159
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#L138
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|
|
src/utils/wallet/solana.ts#L191
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/utils/tokens.ts#L73
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/utils/index.ts#L117
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/routes/mayan/index.ts#L578
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/routes/mayan/index.ts#L153
'hyperCoreParams' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
src/hooks/useTransactionHistoryWHScan.ts#L160
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
src/components/SampleApp/index.tsx#L215
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#L214
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