Skip to content

perf: make switch between chat list and workspaces smoother #23956

perf: make switch between chat list and workspaces smoother

perf: make switch between chat list and workspaces smoother #23956

Triggered via pull request February 15, 2024 14:20
Status Failure
Total duration 1m 19s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
typecheck: src/components/LHNOptionsList/LHNOptionsList.tsx#L50
Type '{ reportID: string; isFocused: boolean; onSelectRow: ((optionItem: OptionData, popoverAnchor: RefObject<View>) => void) | undefined; comment: string; optionItem: OptionData | undefined; onLayout: () => void; }' is not assignable to type 'IntrinsicAttributes & OptionRowLHNDataProps'.
typecheck: src/components/LHNOptionsList/LHNOptionsList.tsx#L68
No overload matches this call.
typecheck: src/components/LHNOptionsList/OptionRowLHNData.tsx#L20
Property 'optionItem' does not exist on type 'OptionRowLHNDataProps'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L57
Property 'preferredLocale' does not exist on type 'WithOrderedReportIDsContextProviderProps'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L58
Argument of type 'boolean | undefined' is not assignable to parameter of type 'boolean'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L59
Property 'draftComments' does not exist on type 'WithOrderedReportIDsContextProviderProps'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L71
Property 'preferredLocale' does not exist on type 'WithOrderedReportIDsContextProviderProps'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L73
Property 'draftComments' does not exist on type 'WithOrderedReportIDsContextProviderProps'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L83
Argument of type 'string' is not assignable to parameter of type 'OrderedReports'.
typecheck: src/hooks/useOrderedReportIDs.tsx#L95
Property 'preferredLocale' does not exist on type 'WithOrderedReportIDsContextProviderProps'.
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.