Skip to content

useHash added

useHash added #31

Triggered via pull request January 12, 2024 09:57
Status Success
Total duration 3m 11s
Artifacts

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
Build, lint, and test on Node 16.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 16.x and ubuntu-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 16.x and ubuntu-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and ubuntu-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and ubuntu-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and ubuntu-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and ubuntu-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 16.x and macOS-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 16.x and macOS-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and macOS-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and macOS-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and macOS-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and macOS-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 18.x and macOS-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 18.x and macOS-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and macOS-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and macOS-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and macOS-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and macOS-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 18.x and windows-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 18.x and windows-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and windows-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and windows-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and windows-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and windows-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 16.x and windows-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 16.x and windows-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and windows-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and windows-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and windows-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 16.x and windows-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 18.x and ubuntu-latest: src/useAsync/index.tsx#L17
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build, lint, and test on Node 18.x and ubuntu-latest: src/useAsync/index.tsx#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 18.x and ubuntu-latest: src/useDebounce/index.tsx#L11
React Hook useEffect has a missing dependency: 'clear'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and ubuntu-latest: src/useHash/index.tsx#L15
React Hook React.useEffect has a missing dependency: 'hashChangeHandler'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and ubuntu-latest: src/useStateJson/index.tsx#L9
React Hook useCallback has a missing dependency: 'json'. Either include it or remove the dependency array
Build, lint, and test on Node 18.x and ubuntu-latest: src/useUpdate/index.tsx#L15
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback