feat: create modal start #11
Annotations
12 errors and 12 warnings
pipeline (17.x)
Process completed with exit code 2.
|
pipeline (17.x):
src/features/CardList/CardList.tsx#L22
React Hook useEffect has a missing dependency: 'campers'. Either include it or remove the dependency array
|
pipeline (17.x):
src/features/CardList/CardList.tsx#L33
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
pipeline (17.x):
src/features/CardList/CardList.tsx#L37
React Hook useEffect has a missing dependency: 'campers'. Either include it or remove the dependency array
|
pipeline (17.x):
src/features/FilterSection/VehicleEquipment/VehicleEquipment.tsx#L30
React Hook useEffect has missing dependencies: 'filterEquipments' and 'getEquipment'. Either include them or remove the dependency array. If 'getEquipment' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
pipeline (17.x):
src/features/FilterSection/VehicleTypeList/VehicleTypeList.tsx#L27
React Hook useEffect has missing dependencies: 'filterTypes' and 'getType'. Either include them or remove the dependency array. If 'getType' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
pipeline (17.x):
src/shared/ui/Card/Details/Category/Adults.tsx#L4
'value' is missing in props validation
|
pipeline (17.x):
src/shared/ui/Card/Details/Category/AirConditioner.tsx#L4
'value' is missing in props validation
|
pipeline (17.x):
src/shared/ui/Card/Details/Category/Bed.tsx#L4
'value' is missing in props validation
|
pipeline (17.x):
src/shared/ui/Card/Details/Category/Hob.tsx#L4
'value' is missing in props validation
|
pipeline (17.x):
src/shared/ui/Modal_new/Modal_new.tsx#L88
Comments inside children section of tag should be placed inside braces
|
pipeline (17.x)
Process completed with exit code 1.
|
pipeline (17.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pipeline (17.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pipeline (17.x):
src/app/App.tsx#L3
'Navbar' is defined but never used
|
pipeline (17.x):
src/app/App.tsx#L12
'Toolbar' is defined but never used
|
pipeline (17.x):
src/features/AuthByUserEmail/model/slice/loginSlice.ts#L28
'action' is defined but never used. Allowed unused args must match /^_/u
|
pipeline (17.x):
src/features/AuthByUserEmail/model/slice/registerSlice.ts#L32
'action' is defined but never used. Allowed unused args must match /^_/u
|
pipeline (17.x):
src/features/EditableProfileCard/ui/EditableProfileCard/EditableProfileCard.tsx#L24
'className' is assigned a value but never used
|
pipeline (17.x):
src/features/EditableProfileCard/ui/EditableProfileCardHeader/EditableProfileCardHeader.tsx#L5
'useAppDispatch' is defined but never used
|
pipeline (17.x):
src/shared/config/routeConfig/routeConfig.tsx#L1
'AboutPage' is defined but never used
|
pipeline (17.x):
src/shared/config/routeConfig/routeConfig.tsx#L4
'ProfilePage' is defined but never used
|
pipeline (17.x):
src/shared/config/routeConfig/routeConfig.tsx#L5
'TextPage' is defined but never used
|
pipeline (17.x):
src/shared/ui/AppLink/AppLink.tsx#L28
Prop spreading is forbidden
|