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
Describe the bug
We have two different WIP PRs that integrates elastc-charts into Kibana that reports a red CI with the following error during the intake:
22:21:19 ERROR x-pack failed
22:21:19 ../node_modules/@elastic/charts/dist/lib/series/curves.d.ts:13:72 - error TS7016: Could not find a declaration file for module 'd3-shape'. '/var/lib/jenkins/workspace/elastic+kibana+pull-request/JOB/kibana-intake/node/immutable/kibana/node_modules/@elastic/charts/node_modules/d3-shape/dist/d3-shape.js' implicitly has an 'any' type.
22:21:19 If the 'd3-shape' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-shape`
22:21:19
22:21:19 13 export declare function getCurveFactory(curveType?: CurveType): import("d3-shape").CurveFactory;
22:21:19 ~~~~~~~~~~
22:21:19
22:21:19 ../node_modules/@elastic/charts/dist/utils/data/formatters.d.ts:1:26 - error TS7016: Could not find a declaration file for module 'luxon'. '/var/lib/jenkins/workspace/elastic+kibana+pull-request/JOB/kibana-intake/node/immutable/kibana/node_modules/luxon/build/node/luxon.js' implicitly has an 'any' type.
22:21:19 Try `npm install @types/luxon` if it exists or add a new declaration (.d.ts) file containing `declare module 'luxon';`
22:21:19
22:21:19 1 import { Interval } from 'luxon';
22:21:19 ~~~~~~~
22:21:19
22:21:19
22:21:19 Found 2 errors.
Describe the bug
We have two different WIP PRs that integrates elastc-charts into Kibana that reports a red CI with the following error during the intake:
Failing PRs:
The text was updated successfully, but these errors were encountered: