Skip to content

fix: replace tzprofiles with tzktprofiles #1520

fix: replace tzprofiles with tzktprofiles

fix: replace tzprofiles with tzktprofiles #1520

Triggered via pull request October 4, 2024 10:22
Status Success
Total duration 1m 17s
Artifacts

node.js.yml

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

Annotations

9 warnings
build (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/pages/objkt-display/tabs/Copyright.jsx#L77
React Hook useEffect has a missing dependency: 'url'. Either include it or remove the dependency array
build (18): src/components/form/CustomCopyrightForm.jsx#L340
React Hook useEffect has a missing dependency: 'clauses'. 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