Оптимизируй это (часть 2) #13
Merged
Annotations
6 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run checks:
src/components/comments-list/comments-list.tsx#L22
React Hook useEffect has a missing dependency: 'fetchComments'. Either include it or remove the dependency array
|
Run checks:
src/components/header/header.tsx#L23
React Hook useEffect has missing dependencies: 'authStatus' and 'fetchFavorites'. Either include them or remove the dependency array
|
Run checks:
src/components/map/map.tsx#L60
React Hook useEffect has a missing dependency: 'currentOffer'. Either include it or remove the dependency array
|
Run checks:
src/components/offers-list/offers-list.tsx#L25
React Hook useCallback has a missing dependency: 'setActiveOffer'. Either include it or remove the dependency array
|
Run checks:
src/pages/main/main.tsx#L32
React Hook useEffect has a missing dependency: 'fetchOffers'. Either include it or remove the dependency array
|
Loading