-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathtsc_output.txt
More file actions
13 lines (13 loc) · 1.18 KB
/
tsc_output.txt
File metadata and controls
13 lines (13 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
src/mocks/handlers/adoption.ts(3,3): error TS6196: 'AdoptionTimelineEntry' is declared but never used.
src/pages/AdoptionTimelinePage.tsx(30,30): error TS2345: Argument of type 'AdoptionTimelineEntry' is not assignable to parameter of type 'TimelineEntry'.
Types of property 'fromStatus' are incompatible.
Type 'AdoptionStatus | undefined' is not assignable to type 'AdoptionStatus | null'.
Type 'undefined' is not assignable to type 'AdoptionStatus | null'.
src/pages/AdoptionTimelinePage.tsx(32,30): error TS2345: Argument of type 'AdoptionTimelineEntry' is not assignable to parameter of type 'TimelineEntry'.
Types of property 'fromStatus' are incompatible.
Type 'AdoptionStatus | undefined' is not assignable to type 'AdoptionStatus | null'.
Type 'undefined' is not assignable to type 'AdoptionStatus | null'.
src/pages/AdoptionTimelinePage.tsx(34,30): error TS2345: Argument of type 'AdoptionTimelineEntry' is not assignable to parameter of type 'TimelineEntry'.
Types of property 'fromStatus' are incompatible.
Type 'AdoptionStatus | undefined' is not assignable to type 'AdoptionStatus | null'.
Type 'undefined' is not assignable to type 'AdoptionStatus | null'.