delete talk #204
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|