Начинаем программировать #6
Annotations
10 errors and 3 warnings
Run checks:
src/components/App.tsx#L1
Missing semicolon
|
Run checks:
src/components/App.tsx#L8
Expected indentation of 4 spaces but found 6
|
Run checks:
src/components/App.tsx#L10
Unnecessary semicolon
|
Run checks:
src/components/App.tsx#L11
Newline required at end of file but not found
|
Run checks:
src/components/pages/Card.tsx#L11
'premium' is missing in props validation
|
Run checks:
src/components/pages/Card.tsx#L11
'imageUrl' is missing in props validation
|
Run checks:
src/components/pages/Card.tsx#L11
'price' is missing in props validation
|
Run checks:
src/components/pages/Card.tsx#L11
'bookmarked' is missing in props validation
|
Run checks:
src/components/pages/Card.tsx#L11
'rating' is missing in props validation
|
Run checks:
src/components/pages/Card.tsx#L11
'title' is missing in props validation
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run checks:
src/components/pages/OfferNotLogged.tsx#L1
Fast refresh only works when a file has exports. Move your component(s) to a separate file
|
Run checks:
src/index.tsx#L5
Fast refresh only works when a file has exports. Move your component(s) to a separate file
|
Loading