Update config.json #43
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 warnings
|
lint / lint:
src/public/example-VLAT-adaptive/assets/VlatTrial.tsx#L30
React Hook useEffect has missing dependencies: 'parameters.score' and 'setAnswer'. Either include them or remove the dependency array. If 'setAnswer' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
lint / lint:
src/public/example-VLAT-adaptive/assets/VlatTrial.tsx#L20
React Hook useEffect has a missing dependency: 'parameters.qidx'. Either include it or remove the dependency array
|
|
lint / lint:
src/public/example-VLAT-adaptive/assets/Dynamic.tsx#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|