Skip to content

fix: add new objkt contract (#443) #1563

fix: add new objkt contract (#443)

fix: add new objkt contract (#443) #1563

Triggered via push December 17, 2024 18:59
Status Success
Total duration 1m 21s
Artifacts

node.js.yml

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

Annotations

8 warnings
build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (18): src/components/form/MintForm.jsx#L77
React Hook useEffect has a missing dependency: 'generateCoverImagePreview'. Either include it or remove the dependency array
build (18): src/components/form/MintForm.jsx#L105
Expected '===' and instead saw '=='
build (18): src/components/form/MintForm.jsx#L106
Expected '===' and instead saw '=='
build (18): src/components/collab/show/CollabDisplay.tsx#L20
Forbidden non-null assertion
build (18): src/components/form/CustomCopyrightForm.jsx#L319
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