Skip to content

tests

tests #16

Triggered via push January 31, 2025 10:56
Status Failure
Total duration 5m 52s
Artifacts

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Run tests
Process completed with exit code 1.
Run tests: src/components/transform-component/transform-component.tsx#L43
React Hook useEffect has missing dependencies: 'cleanupWindowEvents' and 'init'. Either include them or remove the dependency array
Run tests: src/core/animations/animations.constants.ts#L55
Unexpected unnamed function
Run tests: src/core/animations/animations.constants.ts#L59
Unexpected unnamed function
Run tests: src/hooks/use-transform-init.tsx#L26
React Hook useEffect has missing dependencies: 'callback' and 'libraryContext'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Run tests: src/hooks/use-zoom-pan-pinch.tsx#L31
The ref value 'instance.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'instance.current' to a variable inside the effect, and use that variable in the cleanup function
Run tests: src/hooks/use-zoom-pan-pinch.tsx#L34
React Hook useLayoutEffect has unnecessary dependencies: 'contentRef.current' and 'wrapperRef.current'. Either exclude them or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component