Добро пожаловать, или посторонним вход воспрещён (часть 2) #29
Annotations
10 errors and 3 warnings
Run checks:
src/components/app/app.tsx#L40
Expected indentation of 10 spaces but found 9
|
Run checks:
src/components/map/map.tsx#L11
Expected a semicolon
|
Run checks:
src/components/map/map.tsx#L33
Missing semicolon
|
Run checks:
src/components/offer-card/offer-card.tsx#L52
Expected an assignment or function call and instead saw an expression
|
Run checks:
src/components/offer-card/offer-card.tsx#L54
Missing semicolon
|
Run checks:
src/components/offer-card/offer-card.tsx#L55
The closing bracket must be aligned with the opening tag (expected column 11 on the next line)
|
Run checks:
src/components/offer-card/offer-card.tsx#L55
Closing tag of a multiline JSX expression must be on its own line
|
Run checks:
src/pages/login-screen/login-screen.tsx#L60
The closing bracket must be aligned with the opening tag (expected column 15 on the next line)
|
Run checks:
src/pages/main-screen/main-screen.tsx#L12
The two values in this comparison do not have a shared enum type
|
Run checks:
src/pages/offer-screen/offer-screen.tsx#L25
Trailing spaces not allowed
|
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/map/map.tsx#L71
React Hook useEffect has a missing dependency: 'currentPoint'. Either include it or remove the dependency array
|
Run checks:
src/pages/offer-screen/offer-screen.tsx#L31
React Hook useEffect has missing dependencies: 'dispatch' and 'id'. Either include them or remove the dependency array
|
Loading