Skip to content

fixing selection resetting #16

fixing selection resetting

fixing selection resetting #16

Triggered via push February 7, 2024 20:10
Status Success
Total duration 1m 6s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint / lint: src/components/StepRenderer.tsx#L97
React Hook useEffect has a missing dependency: 'windowEventDebounceTime'. Either include it or remove the dependency array
lint / lint: src/components/StudyEnd.tsx#L25
React Hook useEffect has missing dependencies: 'answers' and 'storageEngine'. Either include them or remove the dependency array
lint / lint: src/components/response/ResponseBlock.tsx#L56
React Hook useEffect has missing dependencies: 'answerValidator' and 'responses'. Either include them or remove the dependency array
lint / lint: src/components/response/ResponseBlock.tsx#L67
React Hook useEffect has missing dependencies: 'answerValidator', 'storeDispatch', and 'updateResponseBlockValidation'. Either include them or remove the dependency array
lint / lint: src/controllers/IframeController.tsx#L75
React Hook useEffect has a missing dependency: 'setIframeAnswers'. Either include it or remove the dependency array