Skip to content

review draggable logic #423

review draggable logic

review draggable logic #423

Triggered via push July 9, 2023 10:51
Status Success
Total duration 2m 58s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/components/ToastContainer.tsx#L61
React Hook useEffect has missing dependencies: 'containerRef' and 'ref'. Either include them or remove the dependency array
build: src/hooks/useToast.ts#L43
React Hook useEffect has missing dependencies: 'bindFocusEvents' and 'unbindFocusEvents'. Either include them or remove the dependency array
build: src/utils/cssTransition.tsx#L102
React Hook useLayoutEffect has missing dependencies: 'enterClassName', 'nodeRef', and 'playToast'. Either include them or remove the dependency array. If 'playToast' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/utils/cssTransition.tsx#L119
React Hook useEffect has missing dependencies: 'done', 'exitClassName', 'nodeRef', and 'preventExitTransition'. Either include them or remove the dependency array. If 'done' changes too often, find the parent component that defines it and wrap that definition in useCallback