Merge pull request #15 from GooDeene/master #33
Annotations
11 warnings
Check
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/.
|
Check:
src/components/bookmark-button/bookmark-button.tsx#L11
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/bookmark-button/bookmark-button.tsx#L31
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/cities-tabs/cities-tabs.tsx#L8
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/cities-tabs/cities-tabs.tsx#L23
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/favorites-list/favorites-list-element.tsx#L22
React Hook useCallback has missing dependencies: 'cityName' and 'dispatch'. Either include them or remove the dependency array
|
Check:
src/components/header/header.tsx#L10
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/header/header.tsx#L23
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/offer/offer-card-list/offer-card-list.tsx#L15
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/offer/offer-card-list/offer-card-list.tsx#L37
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/offer/offer-card/offer-card.tsx#L20
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|