Skip to content

feat: add kata rating to each page #26

feat: add kata rating to each page

feat: add kata rating to each page #26

Triggered via push November 1, 2023 18:09
Status Success
Total duration 1m 8s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
tests: components/KataRating/index.tsx#L57
React Hook useEffect has a missing dependency: 'kataId'. Either include it or remove the dependency array. If 'setRating' needs the current value of 'kataId', you can also switch to useReducer instead of useState and read 'kataId' in the reducer