Implement the option to list installed interfaces in the dropdown #576
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/App.tsx#L142
Assign arrow function to a variable before exporting as module default
|
src/InterfaceEditorPage.tsx#L24
Assign arrow function to a variable before exporting as module default
|
src/AstarteManager.tsx#L139
React Hook useMemo has a missing dependency: 'session'. Either include it or remove the dependency array
|
src/Router.tsx#L155
Assign arrow function to a variable before exporting as module default
|
src/ui/Snackbar.tsx#L41
Assign arrow function to a variable before exporting as module default
|
src/GroupsPage.tsx#L78
Assign arrow function to a variable before exporting as module default
|
src/HomePage.tsx#L424
React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array
|
src/HomePage.tsx#L432
React Hook useCallback has missing dependencies: 'astarte.client' and 'navigate'. Either include them or remove the dependency array
|
src/LoginPage.tsx#L190
Identifier 'client_id' is not in camel case
|
src/LoginPage.tsx#L191
Identifier 'response_type' is not in camel case
|
This job succeeded
Loading