Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix letter casing

Fix letter casing #62

Triggered via push September 28, 2023 09:21
Status Failure
Total duration 1m 26s
Artifacts

deploy.yml

on: push
docs
1m 17s
docs
publish-npm-package
26s
publish-npm-package
publish-github-package
33s
publish-github-package
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 21 warnings
publish-npm-package: src/components/object-3d.tsx#L25
Module '"three-stdlib/loaders/GLTFLoader.js"' has no exported member 'GLTFLoader'.
publish-npm-package: src/components/object-3d.tsx#L29
Module '"three-stdlib/loaders/GLTFLoader.js"' has no exported member 'SVGLoader'.
publish-npm-package
Process completed with exit code 2.
publish-github-package: src/components/object-3d.tsx#L25
Module '"three-stdlib/loaders/GLTFLoader.js"' has no exported member 'GLTFLoader'.
publish-github-package: src/components/object-3d.tsx#L29
Module '"three-stdlib/loaders/GLTFLoader.js"' has no exported member 'SVGLoader'.
publish-github-package
Process completed with exit code 2.
docs
Process completed with exit code 1.
publish-npm-package: src/component.tsx#L43
Unexpected any. Specify a different type
publish-npm-package: src/component.tsx#L62
React Hook useEffect has a missing dependency: 'storage'. Either include it or remove the dependency array
publish-npm-package: src/components/container.tsx#L72
Unexpected any. Specify a different type
publish-npm-package: src/components/image.tsx#L98
Unexpected any. Specify a different type
publish-npm-package: src/components/object-3d.tsx#L10
'MeshPhongMaterial' is defined but never used
publish-npm-package: src/components/object-3d.tsx#L312
React Hook useMemo has a missing dependency: 'node.precision'. Either include it or remove the dependency array
publish-npm-package: src/components/object-3d.tsx#L351
React Hook useMemo has a missing dependency: 'node.precision'. Either include it or remove the dependency array
publish-npm-package: src/components/text.tsx#L57
'MeasureFunction' is defined but never used
publish-npm-package: src/components/text.tsx#L141
Unexpected any. Specify a different type
publish-npm-package: src/components/text.tsx#L223
Unexpected any. Specify a different type
publish-github-package: src/component.tsx#L43
Unexpected any. Specify a different type
publish-github-package: src/component.tsx#L62
React Hook useEffect has a missing dependency: 'storage'. Either include it or remove the dependency array
publish-github-package: src/components/container.tsx#L72
Unexpected any. Specify a different type
publish-github-package: src/components/image.tsx#L98
Unexpected any. Specify a different type
publish-github-package: src/components/object-3d.tsx#L10
'MeshPhongMaterial' is defined but never used
publish-github-package: src/components/object-3d.tsx#L312
React Hook useMemo has a missing dependency: 'node.precision'. Either include it or remove the dependency array
publish-github-package: src/components/object-3d.tsx#L351
React Hook useMemo has a missing dependency: 'node.precision'. Either include it or remove the dependency array
publish-github-package: src/components/text.tsx#L57
'MeasureFunction' is defined but never used
publish-github-package: src/components/text.tsx#L141
Unexpected any. Specify a different type
publish-github-package: src/components/text.tsx#L223
Unexpected any. Specify a different type
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/