Skip to content

WIP: split filtering and ordering #131

WIP: split filtering and ordering

WIP: split filtering and ordering #131

Triggered via pull request November 26, 2024 12:27
Status Failure
Total duration 2m 37s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
typecheck: src/pages/NewChatPage.tsx#L59
Object literal may only specify known properties, and 'maxRecentReportsToShow' does not exist in type 'GetOptionsConfig'.
typecheck: src/pages/settings/Security/AddDelegate/AddDelegatePage.tsx#L38
Object literal may only specify known properties, and 'maxRecentReportsToShow' does not exist in type 'GetOptionsConfig'.
typecheck: src/pages/tasks/TaskAssigneeSelectorModal.tsx#L51
Object literal may only specify known properties, and 'maxRecentReportsToShow' does not exist in type 'GetOptionsConfig'.
typecheck: src/pages/tasks/TaskAssigneeSelectorModal.tsx#L72
Property 'filterAndOrderOptionsrOptions' does not exist on type 'typeof import("/home/runner/work/expensify-app-fork/expensify-app-fork/src/libs/OptionsListUtils")'. Did you mean 'filterAndOrderOptions'?
typecheck: src/pages/tasks/TaskAssigneeSelectorModal.tsx#L149
Parameter 'option' implicitly has an 'any' type.
typecheck
Process completed with exit code 2.