Update deps #1612
Annotations
2 errors and 10 warnings
Lint and Build:
node_modules/vega-lite/src/aggregate.ts#L6
Type '{ argmax: 1; argmin: 1; average: 1; count: 1; distinct: 1; product: 1; max: 1; mean: 1; median: 1; min: 1; missing: 1; q1: 1; q3: 1; ci0: 1; ci1: 1; stderr: 1; stdev: 1; stdevp: 1; sum: 1; valid: 1; values: 1; variance: 1; variancep: 1; }' is missing the following properties from type 'Flag<AggregateOp>': exponential, exponentialb
|
Lint and Build
Process completed with exit code 2.
|
Lint and Build:
src/components/app.tsx#L177
'ownProps' is defined but never used
|
Lint and Build:
src/components/config-editor/renderer.tsx#L83
'prevProps' is defined but never used
|
Lint and Build:
src/components/config-editor/renderer.tsx#L83
'prevState' is defined but never used
|
Lint and Build:
src/components/header/gist-modal/index.tsx#L5
'ownProps' is defined but never used
|
Lint and Build:
src/components/header/gist-modal/renderer.tsx#L299
'e' is defined but never used
|
Lint and Build:
src/components/header/index.tsx#L8
'ownProps' is defined but never used
|
Lint and Build:
src/components/header/renderer.tsx#L384
Using string literals in ref attributes is deprecated
|
Lint and Build:
src/components/header/renderer.tsx#L454
Do not use findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode
|
Lint and Build:
src/components/header/renderer.tsx#L479
Do not use findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode
|
Lint and Build:
src/components/header/renderer.tsx#L489
Do not use findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode
|