Bump @speckle/viewer from 2.17.16 to 2.22.2 #1698
Annotations
10 errors and 10 warnings
test
Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
|
test
@nodepen/nodes#build: command (/home/runner/work/nodes/nodes/packages/nodes) /opt/hostedtoolcache/node/16.20.2/x64/bin/npm run build exited (1)
|
test
Generic type 'Array<T>' requires 1 type argument(s).
|
test
Cannot find name 'GlobalFetch'.
|
test
'async' modifier cannot be used in an ambient context.
|
test
'async' modifier cannot be used in an ambient context.
|
test
The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<SpeckleObject | SpeckleObject[]>'?
|
test
'async' modifier cannot be used in an ambient context.
|
test
'async' modifier cannot be used in an ambient context.
|
test
Namespace 'Stats' has no exported member 'default'.
|
lint:
packages/nodes/src/components/controls/ControlsContainer.tsx#L6
'DocumentInfoControl' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/components/controls/panels/pinned-inputs-control/PinnedInputsControl.tsx#L69
'state' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/nodes/src/components/controls/panels/template-library-control/TemplateLibraryControl.tsx#L4
'ControlPanelHeader' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/components/nodes/generic-node/components/GenericNodeLabel.tsx#L50
'nodeWidth' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/components/nodes/generic-node/components/GenericNodeShadow.tsx#L12
'template' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/nodes/src/components/nodes/generic-node/components/GenericNodeSkeleton.tsx#L1
'useMemo' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/components/nodes/generic-node/components/GenericNodeSkeleton.tsx#L13
'template' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/nodes/src/store/dispatch.ts#L10
'divideDomain' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/store/dispatch.ts#L10
'remap' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/nodes/src/store/dispatch.ts#L14
'NODE_INTERNAL_PADDING' is assigned a value but never used. Allowed unused vars must match /^_/u
|