fix: Wrong Var Name #5099
Annotations
3 warnings
Run cd web; npm run lint && npm test:
web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading