You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
An error is appearing when building (without excluding specs in tsconfig) or unit testing:
ERROR in ./src/app/work-item/work-item-list/work-item-list.component.spec.ts
(83,20): error TS2352: Type '{ 'attributes': { 'system.created_at': null; 'system.description': null; 'system.remote_item_id':...' cannot be converted to type 'Wo
rkItem'.
Types of property 'attributes' are incompatible.
Type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...' is not comparable to type 'WorkItemAttributes'.
Property ''previousitem'' is missing in type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...'.
ERROR in ./src/app/work-item/work-item-list/work-item-detail/work-item-detail.component.spec.ts
(90,20): error TS2352: Type '{ 'attributes': { 'system.created_at': null; 'system.description': null; 'system.remote_item_id':...' cannot be converted to type 'Wo
rkItem'.
Types of property 'attributes' are incompatible.
Type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...' is not comparable to type 'WorkItemAttributes'.
Property ''previousitem'' is missing in type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...'.
The text was updated successfully, but these errors were encountered:
An error is appearing when building (without excluding specs in tsconfig) or unit testing:
ERROR in ./src/app/work-item/work-item-list/work-item-list.component.spec.ts
(83,20): error TS2352: Type '{ 'attributes': { 'system.created_at': null; 'system.description': null; 'system.remote_item_id':...' cannot be converted to type 'Wo
rkItem'.
Types of property 'attributes' are incompatible.
Type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...' is not comparable to type 'WorkItemAttributes'.
Property ''previousitem'' is missing in type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...'.
ERROR in ./src/app/work-item/work-item-list/work-item-detail/work-item-detail.component.spec.ts
(90,20): error TS2352: Type '{ 'attributes': { 'system.created_at': null; 'system.description': null; 'system.remote_item_id':...' cannot be converted to type 'Wo
rkItem'.
Types of property 'attributes' are incompatible.
Type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...' is not comparable to type 'WorkItemAttributes'.
Property ''previousitem'' is missing in type '{ 'system.created_at': null; 'system.description': null; 'system.remote_item_id': null; 'system.s...'.
The text was updated successfully, but these errors were encountered: