Lookup field implementation #448
checks.yml
on: pull_request
Lint commit messages
1m 3s
Lint JS files
1m 6s
Test
1m 8s
Build
1m 31s
Annotations
14 warnings
Lint commit messages
The following actions use a deprecated Node.js version and will be forced to run on node20: zendesk/checkout@v3, zendesk/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/
|
Lint JS files
The following actions use a deprecated Node.js version and will be forced to run on node20: zendesk/checkout@v3, zendesk/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/
|
Lint JS files:
src/modules/new-request-form/fields/Checkbox.tsx#L40
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/CreditCard.tsx#L44
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/DatePicker.tsx#L64
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/DropDown.tsx#L36
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/Input.tsx#L32
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/LookupField.tsx#L179
React Hook useEffect has missing dependencies: 'fetchSelectedOption' and 'value'. Either include them or remove the dependency array
|
Lint JS files:
src/modules/new-request-form/fields/LookupField.tsx#L190
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/MultiSelect.tsx#L64
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/Tagger.tsx#L66
Do not use hardcoded content as the children of the Span component
|
Lint JS files:
src/modules/new-request-form/fields/textarea/TextArea.tsx#L57
Do not use hardcoded content as the children of the Span component
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: zendesk/checkout@v3, zendesk/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/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: zendesk/checkout@v3, zendesk/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/
|