Skip to content

[WIP] V10

[WIP] V10 #422

Triggered via pull request July 1, 2023 06:27
@fkhadrafkhadra
synchronize #968
v10
Status Success
Total duration 3m 4s
Artifacts

build.yaml

on: pull_request
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#L61
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