fixing selection resetting #16
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
|