Skip to content

Teia UI update

Teia UI update #1573

Triggered via pull request February 3, 2025 03:52
Status Failure
Total duration 49s
Artifacts

node.js.yml

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

Annotations

1 error and 6 warnings
build (18)
Process completed with exit code 1.
build (18): src/components/form/MintForm.jsx#L76
React Hook useEffect has a missing dependency: 'generateCoverImagePreview'. Either include it or remove the dependency array
build (18): src/pages/dao/tabs/Parameters.jsx#L276
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
build (18): src/components/collab/show/CollabDisplay.tsx#L20
Forbidden non-null assertion
build (18): src/components/form/CustomCopyrightForm.jsx#L321
React Hook useCallback has a missing dependency: 'watch'. Either include it or remove the dependency array
build (18): src/components/listings/index.tsx#L167
Forbidden non-null assertion
build (18): src/components/media-types/midi/index.jsx#L69
React Hook useEffect has an unnecessary dependency: 'audioPlayer.current'. Either exclude it or remove the dependency array. Mutable values like 'audioPlayer.current' aren't valid dependencies because mutating them doesn't re-render the component