Skip to content

tg link added

tg link added #48

Triggered via push April 2, 2024 13:31
Status Success
Total duration 1m 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: 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