Add Warnings for Missing Interfaces in Device Introspection #621
Annotations
12 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check App compilation:
src/App.tsx#L142
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/InterfaceEditorPage.tsx#L24
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/Router.tsx#L155
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/ui/Snackbar.tsx#L41
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/AstarteManager.tsx#L139
React Hook useMemo has a missing dependency: 'session'. Either include it or remove the dependency array
|
Check App compilation:
src/HomePage.tsx#L444
React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array
|
Check App compilation:
src/HomePage.tsx#L452
React Hook useCallback has missing dependencies: 'astarte.client' and 'navigate'. Either include them or remove the dependency array
|
Check App compilation:
src/InterfacesPage.tsx#L99
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/TriggerPage.tsx#L74
Assign arrow function to a variable before exporting as module default
|
Check App compilation:
src/InterfacePage.tsx#L21
'Row' is defined but never used
|
Loading