logbee / keyscore

Apache License 2.0
3 stars 0 forks source link

Leaving gradle serve running for a while shows error messages related to DirectiveConfiguration #74

Open zedharper opened 5 years ago

zedharper commented 5 years ago

After having started gradle serve and working for a few hours, I found the following error messages in the console output of it:

ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts
./src/app/common/parameter/parameter-directive.component.ts
[tsl] ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts(175,13)
      TS2345: Argument of type '{ ref: Ref; instance: Ref; parameters: { jsonClass: ParameterJsonClass; parameters: Parameter[]; }; }' is not assignable to parameter of type 'DirectiveConfiguration'.
  Object literal may only specify known properties, and 'instance' does not exist in type 'DirectiveConfiguration'.

ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts
./src/app/common/parameter/parameter-directive.component.ts
[tsl] ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts(196,84)
      TS2339: Property 'instance' does not exist on type 'DirectiveConfiguration'.

ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts
./src/app/common/parameter/parameter-directive.component.ts
[tsl] ERROR in /home/main/workspace/keyscore/keyscore-manager/src/app/common/parameter/parameter-directive.component.ts(196,125)
      TS2339: Property 'instance' does not exist on type 'DirectiveConfiguration'.