Skip to content

fix: Exclude all nested elements (#450) #62

fix: Exclude all nested elements (#450)

fix: Exclude all nested elements (#450) #62

Triggered via push February 2, 2024 13:41
Status Success
Total duration 1m 24s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests: src/components/transform-component/transform-component.tsx#L42
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