feat: Refactor loading of snapshots #69502
Annotations
10 errors and 1 warning
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L33
Type '{ source: "blob"; start_timestamp: string; end_timestamp: string; blob_key: string; loaded: boolean; }' is not assignable to type 'SessionRecordingSnapshotSource'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L40
Type '{ source: "realtime"; start_timestamp: string; end_timestamp: undefined; blob_key: undefined; loaded: boolean; }' is not assignable to type 'SessionRecordingSnapshotSource'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L118
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L177
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L222
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L258
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L270
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L281
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
|
Generate logic types and run typescript with strict:
frontend/src/scenes/session-recordings/player/sessionRecordingDataLogic.test.ts#L354
Property 'loadRecordingSnapshots' does not exist on type '{ setFilters: (filters: Partial<RecordingEventsFilters>) => void; loadRecordingMeta: () => void; maybeLoadRecordingMeta: () => void; loadSnapshots: () => void; ... 24 more ...; fetchSimilarRecordingsFailure: (error: string, errorObject?: any) => void; }'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading