Skip to content

fix: Add check for ResizeObserver availability to prevent reference e… #63

fix: Add check for ResizeObserver availability to prevent reference e…

fix: Add check for ResizeObserver availability to prevent reference e… #63

Triggered via push February 26, 2024 10:00
Status Success
Total duration 1m 51s
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