Skip to content

feat(performance): improve performance of threejs usages (#55) #267

feat(performance): improve performance of threejs usages (#55)

feat(performance): improve performance of threejs usages (#55) #267

Triggered via push September 22, 2023 10:59
Status Success
Total duration 5m 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Build, Deploy to GitHub pages, Release npm package
3m 12s
Build, Deploy to GitHub pages, Release npm package
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Linting: src/App/App.component.tsx#L25
Unexpected console statement
Linting: src/components/Avatar/Avatar.stories.tsx#L111
React Hook useEffect has unnecessary dependencies: 'initialValue' and 'maxValue'. Either exclude them or remove the dependency array. Outer scope values like 'initialValue' aren't valid dependencies because mutating them doesn't re-render the component
Linting: src/components/Avatar/Examples.stories.tsx#L159
The story should use PascalCase notation: environmentModel
Linting: src/components/Models/BoundsModel/BoundsModel.container.tsx#L22
React Hook useCallback has a missing dependency: 'onLoaded'. Either include it or remove the dependency array
Linting: src/components/Models/BoundsModel/BoundsModel.container.tsx#L29
React Hook useMemo has an unnecessary dependency: 'modelSrc'. Either exclude it or remove the dependency array
Linting: src/components/Models/BoundsModel/BoundsModel.container.tsx#L36
React Hook useEffect has a missing dependency: 'bounds'. Either include it or remove the dependency array
Linting: src/components/Models/Model/Model.component.tsx#L49
React Hook useCallback has a missing dependency: 'scene.rotation'. Either include it or remove the dependency array
Linting: src/components/Models/Model/Model.component.tsx#L91
React Hook useMemo has a missing dependency: 'scene'. Either include it or remove the dependency array
Linting: src/services/Models.service.tsx#L61
Unexpected console statement
Linting: src/services/Models.service.tsx#L337
React Hook useEffect has missing dependencies: 'headMesh.morphTargetDictionary' and 'selectedExpression'. Either include them or remove the dependency array
Build, Deploy to GitHub pages, Release npm package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, Deploy to GitHub pages, Release npm package
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/