Skip to content

Migration to useQuery: Removed PaginatedList.tsx and Update Dependent Components #15952

Migration to useQuery: Removed PaginatedList.tsx and Update Dependent Components

Migration to useQuery: Removed PaginatedList.tsx and Update Dependent Components #15952

Triggered via pull request February 2, 2025 03:45
Status Success
Total duration 6m 33s
Artifacts

cypress.yaml

on: pull_request
Matrix: cypress-run
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
cypress-run (1): src/CAREUI/misc/PaginatedList.tsx#L93
React Hook useEffect has a missing dependency: 'queryCB'. Either include it or remove the dependency array. If 'queryCB' changes too often, find the parent component that defines it and wrap that definition in useCallback
cypress-run (1): src/PluginRegistry.ts#L13
Unexpected any. Specify a different type
cypress-run (1): src/PluginRegistry.ts#L34
Unexpected any. Specify a different type
cypress-run (1): src/PluginRegistry.ts#L35
Unexpected any. Specify a different type
cypress-run (1): src/PluginRegistry.ts#L38
Unexpected any. Specify a different type
cypress-run (1): src/Utils/Notifications.ts#L22
Unexpected any. Specify a different type
cypress-run (1): src/Utils/Notifications.ts#L50
Unexpected any. Specify a different type
cypress-run (1): src/Utils/request/request.ts#L59
Unexpected any. Specify a different type
cypress-run (1): src/Utils/useVoiceRecorder.ts#L75
Unexpected any. Specify a different type
cypress-run (1): src/common/schemaParser.ts#L7
Unexpected any. Specify a different type
cypress-run (1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/