Merge pull request #477 from joshuachp/fix/device-live-events #1383
Annotations
1 error and 12 warnings
Run Cypress tests
Process completed with exit code 1.
|
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/
|
Check linting:
src/AlertManager.tsx#L234
Missing return type on function
|
Check linting:
src/AstarteManager.tsx#L129
React Hook useMemo has a missing dependency: 'session'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/DeviceLiveEventsCard.tsx#L21
'_' is defined but never used
|
Check linting:
src/DeviceStatusPage/index.tsx#L159
React Hook useMemo has missing dependencies: 'deviceFetcher.value.groups' and 'groupsFetcher.value'. Either include them or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L178
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L209
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L225
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L241
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L257
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Check linting:
src/DeviceStatusPage/index.tsx#L273
React Hook useCallback has a missing dependency: 'deviceFetcher'. Either include it or remove the dependency array
|
Loading