Display API versions of each service on the Home page #605
Annotations
12 warnings
Node 22.4.0 on ubuntu-latest
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/
|
Node 22.4.0 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Node 22.4.0 on ubuntu-latest:
src/App.tsx#L142
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/InterfaceEditorPage.tsx#L24
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/Router.tsx#L155
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/AstarteManager.tsx#L139
React Hook useMemo has a missing dependency: 'session'. Either include it or remove the dependency array
|
Node 22.4.0 on ubuntu-latest:
src/ui/Snackbar.tsx#L41
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/hooks/useFetch.ts#L70
React Hook useCallback has a missing dependency: 'fetchData'. Either include it or remove the dependency array. If 'fetchData' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Node 22.4.0 on ubuntu-latest:
src/hooks/useFetch.ts#L79
React Hook useEffect has missing dependencies: 'getData' and 'initialFetchParams'. Either include them or remove the dependency array
|
Node 22.4.0 on ubuntu-latest:
src/hooks/useInterval.ts#L21
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/hooks/useRelativeTime.ts#L29
Assign arrow function to a variable before exporting as module default
|
Node 22.4.0 on ubuntu-latest:
src/NewGroupPage.tsx#L87
Assign arrow function to a variable before exporting as module default
|