Feature/edit company profile page 299 #1264
Annotations
10 errors and 8 warnings
src/components/Company/Edit/EditCompanyProfileForm.js#L8
'FormControl' is defined but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L18
'TextEditorComponent' is defined but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L19
'useOffer' is defined but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L27
'LogoUploadForm' is defined but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L44
'formState' is assigned a value but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L86
'data' is defined but never used. Allowed unused args must match /^_/u
|
src/components/Company/Edit/EditCompanyProfileForm.js#L127
'contacts' is assigned a value but never used
|
src/components/Company/Edit/EditCompanyProfileForm.js#L226
This line has a length of 154. Maximum allowed is 140
|
src/components/Company/Edit/EditCompanyProfileForm.js#L259
Expected closing tag to match indentation of opening
|
src/components/Company/Edit/EditCompanyUtils.js#L1
'generalHumanError' is defined but never used
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/components/Company/Edit/EditCompanyProfileForm.js#L65
Assignments to the 'canEditRaceControl' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
src/components/Company/Edit/EditCompanyProfileForm.js#L86
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
|
src/components/Company/Edit/EditCompanyProfileForm.js#L151
Unexpected console statement
|
src/components/HomePage/SearchResultsArea/Offer/OfferDetails.js#L41
Unexpected console statement
|
src/components/Offers/Edit/EditOfferForm.js#L68
Assignments to the 'canEditRaceControl' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
src/components/Offers/Form/form-components/OfferForm.js#L84
Unexpected console statement
|
src/hooks/useOfferForm.js#L77
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading