Merge pull request #15 from Winter4/module9-task1 #32
Annotations
6 warnings
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check:
src/components/MainEmpty/index.tsx#L5
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/MainEmpty/index.tsx#L25
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/OfferCard/index.tsx#L12
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Check:
src/components/OfferCard/index.tsx#L88
Fast refresh can't handle anonymous components. Add a name to your export
|
Check:
src/components/SortingOptions/index.tsx#L4
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|