Implemented Todo management. #33
Annotations
5 errors
Build for Production:
src/stores/todo.ts#L52
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Build for Production:
src/stores/todo.ts#L62
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Build for Production:
src/stores/todo.ts#L72
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Build for Production:
src/stores/todo.ts#L123
Property 'at' does not exist on type 'SortOption[] & TodoSortOption[]'.
|
Build for Production
Process completed with exit code 1.
|
Loading