Skip to content

Phase 22-23: Synthesis Engine, Extended Steps, Demo Sessions #16

Phase 22-23: Synthesis Engine, Extended Steps, Demo Sessions

Phase 22-23: Synthesis Engine, Extended Steps, Demo Sessions #16

Triggered via pull request December 15, 2025 15:39
Status Success
Total duration 1m 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint: app/src/hooks/useSession.ts#L216
React Hook useEffect has a missing dependency: 'state'. Either include it or remove the dependency array
Lint: app/src/hooks/useSession.ts#L168
React Hook useEffect has missing dependencies: 'isDebugMode', 'loadState', 'logError', 'logState', 'resetState', and 'setSessionInfo'. Either include them or remove the dependency array. If 'resetState' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint: app/src/hooks/useQRMode.ts#L65
React Hook useMemo has an unnecessary dependency: 'isActive'. Either exclude it or remove the dependency array
Lint: app/src/hooks/useMultiplayer.ts#L171
React Hook useEffect has a missing dependency: 'getStateForHash'. Either include it or remove the dependency array