feat: add kata rating to each page #26
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
|