Skip to content

Update config.json

Update config.json #43

Triggered via push July 29, 2025 15:30
Status Success
Total duration 1m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

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