feat(checkpoints): undo functionality & refactoring #2252
Annotations
3 errors and 1 warning
Run npm run types:
src/__fixtures__/checkpoints.ts#L28
Property 'isUndoing' is missing in type '{ isVisible: true; latestCheckpointResult: RestoreCheckpointsResponse; }' but required in type 'CheckpointsMeta'.
|
Run npm run types:
src/__fixtures__/checkpoints.ts#L33
Property 'isUndoing' is missing in type '{ isVisible: true; latestCheckpointResult: { reverted_to: string; checkpoints_for_undo: never[]; reverted_changes: never[]; error_log: never[]; }; }' but required in type 'CheckpointsMeta'.
|
Run npm run types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading