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.Dismiss alert
I am trying to install this in ng12. But I get this issue of strict type checks. Has anyone found a workaround?
Error: node_modules/@worktile/gantt/components/baseline/baseline.component.d.ts:17:115 - error TS2344: Type '{ baselineItem: { alias: "baselineItem"; required: false; }; template: { alias: "template"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"baselineItem"' is incompatible with index signature.
Type '{ alias: "baselineItem"; required: false; }' is not assignable to type 'string'.
The text was updated successfully, but these errors were encountered:
I am trying to install this in ng12. But I get this issue of strict type checks. Has anyone found a workaround?
Error: node_modules/@worktile/gantt/components/baseline/baseline.component.d.ts:17:115 - error TS2344: Type '{ baselineItem: { alias: "baselineItem"; required: false; }; template: { alias: "template"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"baselineItem"' is incompatible with index signature.
Type '{ alias: "baselineItem"; required: false; }' is not assignable to type 'string'.
The text was updated successfully, but these errors were encountered: