Skip to content

fix: add missing dep in docs site #416

fix: add missing dep in docs site

fix: add missing dep in docs site #416

Triggered via push September 23, 2023 13:35
Status Failure
Total duration 7m 7s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build
connect ECONNREFUSED 127.0.0.1:3000
build
The following actions uses node12 which is deprecated and will be forced to run on node16: cypress-io/github-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: apps/test-app/app/routes/field-array.state.tsx#L2
'nanoid' is defined but never used
build: apps/test-app/app/routes/field-array.state.tsx#L6
'InputWithTouched' is defined but never used
build: apps/test-app/app/routes/rerenders.tsx#L28
Assignments to the 'renderUpdated' 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
build: apps/test-app/app/routes/validation-textarea.tsx#L3
'z' is defined but never used
build: packages/remix-validated-form/src/internal/state/fieldArray.tsx#L2
'useState' is defined but never used
build: packages/set-get/src/stringToPathArray.ts#L7
Unnecessary escape character: \.
build: packages/set-get/src/stringToPathArray.ts#L7
Unnecessary escape character: \[
build: packages/set-get/src/stringToPathArray.ts#L9
'_' is assigned a value but never used