Skip to content

fix: Fixed auto align to bounds bugs (#486) #85

fix: Fixed auto align to bounds bugs (#486)

fix: Fixed auto align to bounds bugs (#486) #85

Triggered via push July 3, 2024 16:28
Status Failure
Total duration 1m 21s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Run tests: src/core/instance.core.ts#L184
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
Run tests
Process completed with exit code 1.
Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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