Skip to content

Merge pull request #65 from oceanprotocol/feature/reset-search-on-clear #81

Merge pull request #65 from oceanprotocol/feature/reset-search-on-clear

Merge pull request #65 from oceanprotocol/feature/reset-search-on-clear #81

Triggered via push December 19, 2024 11:24
Status Success
Total duration 59s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: src/components/Admin/DownloadLogs.tsx#L70
React Hook useCallback has missing dependencies: 'expiryTimestamp' and 'signature'. Either include them or remove the dependency array
lint: src/components/AnimatedConnections/AnimatedConnections.tsx#L355
The ref value 'mountRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'mountRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/components/IndexQueue.tsx#L53
React Hook useEffect has a missing dependency: 'networks'. Either include it or remove the dependency array
lint: src/components/Pages/NodeDashboard/index.tsx#L51
React Hook useEffect has missing dependencies: 'setAllAdmins' and 'setNetworks'. Either include them or remove the dependency array
lint: src/context/DataContext.tsx#L160
React Hook useCallback has missing dependencies: 'currentPage' and 'pageSize'. Either include them or remove the dependency array
lint: src/context/DataContext.tsx#L317
React Hook useEffect has missing dependencies: 'fetchCountryStats', 'fetchData', 'fetchSystemStats', 'getTotalEligible', 'getTotalRewards', and 'systemStats.cpuCounts'. Either include them or remove the dependency array