micahstubbs commented on issue #2053:
URL: https://github.com/apache/helix/issues/2053#issuecomment-1120443656

   It looks like it did. Now we have some TypeScript errors to fix. Let's do 
that. 
   
   ```python
   npm run build
   # ...
   ERROR in client/app/shared/node-viewer/node-viewer.component.ts(236,17): 
error TS2339: Property 'value' does not exist on type 'number | ListFieldObject 
| ((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'.
     Property 'value' does not exist on type 'number'.
   client/app/shared/node-viewer/node-viewer.component.ts(240,35): error 
TS2345: Argument of type 'number | ListFieldObject | ((...items: 
ListFieldObject[]) => number) | ((searchElement: ListField...' is not 
assignable to parameter of type 'ListFieldObject'.
     Type 'number' is not assignable to type 'ListFieldObject'.
   client/app/shared/node-viewer/node-viewer.component.ts(247,27): error 
TS2339: Property 'value' does not exist on type 'number | MapFieldObject | 
((...items: MapFieldObject[]) => number) | ((searchElement: MapFieldObj...'.
     Property 'value' does not exist on type 'number'.
   client/app/shared/node-viewer/node-viewer.component.ts(273,43): error 
TS2339: Property 'value' does not exist on type 'number | ListFieldObject | 
((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'.
     Property 'value' does not exist on type 'number'.
   client/app/shared/node-viewer/node-viewer.component.ts(275,19): error 
TS2339: Property 'value' does not exist on type 'number | ListFieldObject | 
((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'.
     Property 'value' does not exist on type 'number'.
   client/app/shared/node-viewer/node-viewer.component.ts(277,19): error 
TS2339: Property 'value' does not exist on type 'number | ListFieldObject | 
((...items: ListFieldObject[]) => number) | ((searchElement: ListField...'.
     Property 'value' does not exist on type 'number'.
   client/app/shared/node-viewer/node-viewer.component.ts(279,35): error 
TS2345: Argument of type 'number | ListFieldObject | ((...items: 
ListFieldObject[]) => number) | ((searchElement: ListField...' is not 
assignable to parameter of type 'ListFieldObject'.
     Type 'number' is not assignable to type 'ListFieldObject'.
   client/app/shared/node-viewer/node-viewer.component.ts(289,27): error 
TS2339: Property 'value' does not exist on type 'number | MapFieldObject | 
((...items: MapFieldObject[]) => number) | ((searchElement: MapFieldObj...'.
     Property 'value' does not exist on type 'number'.
   client/app/core/helix.service.ts(20,5): error TS2322: Type 
'Observable<Object>' is not assignable to type 'Observable<boolean>'.
     Type 'Object' is not assignable to type 'boolean'.
   client/app/resource/resource-list/resource-list.component.ts(62,12): error 
TS2339: Property 'map' does not exist on type 'Observable<Params>'.
   client/app/controller/shared/controller.service.ts(12,8): error TS2339: 
Property 'map' does not exist on type 'Observable<any>'.
   client/app/history/shared/history.service.ts(13,8): error TS2339: Property 
'map' does not exist on type 'Observable<any>'.
   client/app/history/shared/history.service.ts(19,8): error TS2339: Property 
'map' does not exist on type 'Observable<any>'.
   client/app/workflow/shared/job.service.ts(12,8): error TS2339: Property 
'map' does not exist on type 'Observable<any>'.
   client/app/dashboard/dashboard.component.ts(145,8): error TS2339: Property 
'map' does not exist on type 'Observable<Params>'.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to