Paginate list queries #4507
Annotations
12 warnings
lint-js (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-js (ubuntu-latest):
frontend/components/ActionsDropdown/ActionsDropdown.tsx#L30
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/ActionsDropdown/ActionsDropdown.tsx#L57
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/ActionsDropdown/ActionsDropdown.tsx#L57
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx#L59
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx#L61
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/App/App.tsx#L199
React Hook useEffect has a missing dependency: 'fetchCurrentUser'. Either include it or remove the dependency array
|
lint-js (ubuntu-latest):
frontend/components/App/App.tsx#L225
Expected to return a value at the end of async arrow function
|
lint-js (ubuntu-latest):
frontend/components/App/App.tsx#L242
Unexpected any. Specify a different type
|
lint-js (ubuntu-latest):
frontend/components/ClickableUrls/ClickableUrls.tsx#L34
Dangerous property 'dangerouslySetInnerHTML' found
|
lint-js (ubuntu-latest):
frontend/components/Editor/Editor.tsx#L39
Unexpected any. Specify a different type
|
test-js (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|