feat: recordings ordering #93804
Annotations
8 errors and 1 warning
frontend/src/scenes/session-recordings/filters/OrderingFilters.tsx#L12
Type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'Key | undefined'.
|
frontend/src/scenes/session-recordings/filters/OrderingFilters.tsx#L13
Type '(orderBy: Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">) => void' is not assignable to type '(newValue: Key) => void'.
|
frontend/src/scenes/session-recordings/playlist/SessionRecordingPreview.tsx#L280
Argument of type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to parameter of type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
|
frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylistSettings.tsx#L84
Type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'string | number | boolean | null | undefined'.
|
frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylistSettings.tsx#L85
Type '(orderBy: Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">) => void' is not assignable to type '((newValue: string | number | boolean | null) => void) | ((newValue: string | number | boolean | null) => void) | undefined'.
|
frontend/src/scenes/session-recordings/playlist/sessionRecordingsPlaylistLogic.ts#L727
Argument of type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to parameter of type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
|
frontend/src/scenes/session-recordings/playlist/sessionRecordingsPlaylistLogic.ts#L741
Type '"random_sample" | Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading