feat(performance): improve performance of threejs usages #265
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
0s
Annotations
3 errors and 10 warnings
Linting
Canceling since a higher priority waiting request for 'refs/heads/feat/improve-visage-performance' exists
|
Tests
Canceling since a higher priority waiting request for 'refs/heads/feat/improve-visage-performance' exists
|
Tests
The operation was canceled.
|
Linting:
src/App/App.component.tsx#L17
Unexpected console statement
|
Linting:
src/App/App.component.tsx#L37
Unexpected console statement
|
Linting:
src/components/Avatar/Avatar.stories.tsx#L108
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
|