Skip to content

chore: update sentry latest and config #5

chore: update sentry latest and config

chore: update sentry latest and config #5

Triggered via pull request June 27, 2023 03:44
Status Success
Total duration 2m 59s
Artifacts

lint.yml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint (18): src/components/ButtonConnect/NavigationConnect.tsx#L24
React Hook useCallback has missing dependencies: 'disconnect' and 'logout'. Either include them or remove the dependency array
Lint (18): src/components/Image/options.ts#L1
Assign object to a variable before exporting as module default
Lint (18): src/components/Layout.tsx#L47
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
Lint (18): src/components/Layout.tsx#L54
React Hook useEffect has missing dependencies: '_needToChangeNetwork' and 'onPresentWalletWrongNetworkModal'. Either include them or remove the dependency array
Lint (18): src/components/Menu/hooks/useMenuItemsStatus.ts#L28
Assign literal to a variable before exporting as module default
Lint (18): src/components/Navbar/index.tsx#L89
React Hook useEffect has a missing dependency: '_setWalletFromLocalStorage'. Either include it or remove the dependency array
Lint (18): src/components/Navbar/index.tsx#L140
React Hook useCallback has missing dependencies: 'setLanguage' and 't'. Either include them or remove the dependency array
Lint (18): src/components/Wallet/WalletWrongNetworkModal.tsx#L25
React Hook useEffect has a missing dependency: 'onDismiss'. Either include it or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint (18): src/hooks/useAuth.tsx#L62
React Hook useCallback has an unnecessary dependency: 't'. Either exclude it or remove the dependency array
Lint (18): src/utils/providers.ts#L8
Assign literal to a variable before exporting as module default
Lint (18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/