Merge pull request #3110 from awslabs/rc #262
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Validate:
packages/scene-composer/e2e/tests/utils/r3fTestHarness.ts#L17
Missing return type on function
|
Validate:
packages/scene-composer/e2e/tests/utils/sceneHelpers.ts#L86
Missing return type on function
|
Validate:
packages/scene-composer/e2e/tests/utils/sceneHelpers.ts#L86
Argument 'props' should be typed
|
Validate:
packages/scene-composer/e2e/tests/utils/sceneHelpers.ts#L110
Missing return type on function
|
Validate:
packages/scene-composer/src/SceneViewer.tsx#L56
React Hook useEffect has a missing dependency: 'composerApis'. Either include it or remove the dependency array
|
Validate:
packages/scene-composer/src/augmentations/components/three-fiber/anchor/AnchorWidget.tsx#L113
React Hook useEffect has a missing dependency: 'getObject3DFromSceneNodeRef'. Either include it or remove the dependency array
|
Validate:
packages/scene-composer/src/augmentations/components/three-fiber/anchor/AnchorWidget.tsx#L150
React Hook useMemo has missing dependencies: 'defaultIcon', 'overrideCustomColor', and 'overrideCustomIcon'. Either include them or remove the dependency array
|
Validate:
packages/scene-composer/src/augmentations/components/three-fiber/anchor/AnchorWidget.tsx#L201
React Hook useMemo has missing dependencies: 'newIconHeight', 'newIconWidth', and 'node.properties.alwaysVisible'. Either include them or remove the dependency array. Outer scope values like 'CustomIconSvgString' aren't valid dependencies because mutating them doesn't re-render the component
|
Validate:
packages/scene-composer/src/augmentations/components/three-fiber/anchor/AnchorWidget.tsx#L235
React Hook useEffect has missing dependencies: 'isAnchor' and 'setHighlightedSceneNodeRef'. Either include them or remove the dependency array
|
Validate:
packages/scene-composer/src/augmentations/components/three-fiber/anchor/AnchorWidget.tsx#L271
React Hook useCallback has missing dependencies: 'chosenColor', 'customIcon', 'dataBindingTemplate', 'isViewing', 'navLink', 'node.components', 'node.ref', and 'valueDataBinding'. Either include them or remove the dependency array
|
Loading