checkpoint progress #181
Annotations
12 warnings
build
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
devcon-archive/src/components/common/layouts/horizontal-layout/navigation/Navigation.tsx#L229
Array.prototype.find() expects a return value from arrow function
|
build:
devcon-archive/src/components/common/layouts/horizontal-layout/navigation/Navigation.tsx#L241
React Hook React.useEffect has missing dependencies: 'pageProps' and 'props'. Either include them or remove the dependency array
|
build:
devcon-archive/src/components/common/tabs/Tabs.tsx#L2
'useEffect' is defined but never used
|
build:
devcon-archive/src/components/common/tabs/Tabs.tsx#L32
React Hook React.useLayoutEffect has missing dependencies: 'onSelectTab', 'props.children', and 'tabFromQueryString'. Either include them or remove the dependency array
|
build:
devcon-archive/src/components/domain/archive/Editions.tsx#L29
The ref value 'animationEl.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animationEl.current' to a variable inside the effect, and use that variable in the cleanup function
|
build:
devcon-archive/src/components/domain/archive/Editions.tsx#L32
React Hook React.useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside React.useEffect
|
build:
devcon-archive/src/components/domain/archive/Video.tsx#L14
'OutLink' is defined but never used
|
build:
devcon-archive/src/components/domain/archive/Video.tsx#L15
'DownloadLink' is defined but never used
|
build:
devcon-archive/src/components/domain/archive/Video.tsx#L66
React Hook React.useEffect has missing dependencies: 'location.search' and 'playlists'. Either include them or remove the dependency array
|
build:
devcon-archive/src/components/domain/archive/Watch.tsx#L93
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|