Skip to content

fix: migrate terminal to scoped xterm packages for cursor rendering #1

fix: migrate terminal to scoped xterm packages for cursor rendering

fix: migrate terminal to scoped xterm packages for cursor rendering #1

Triggered via push March 4, 2026 12:18
Status Success
Total duration 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
quality: src/client/map/runtime/useMapKeyboardMotion.ts#L232
The ref value 'pressedMoveKeysRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pressedMoveKeysRef.current' to a variable inside the effect, and use that variable in the cleanup function
quality: src/client/map/runtime/useMapKeyboardMotion.ts#L231
The ref value 'pressedPanKeysRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pressedPanKeysRef.current' to a variable inside the effect, and use that variable in the cleanup function
quality: src/client/map/renderScene.ts#L32
'summonWorkerDurationMs' is assigned a value but never used. Allowed unused vars must match /^_/u
quality: src/client/hooks/useWorkerCompletionNotifications.ts#L118
The ref value 'pendingTimerByWorkerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pendingTimerByWorkerRef.current' to a variable inside the effect, and use that variable in the cleanup function
quality
React Hook useCallback has a missing dependency: 'issueManualMoveOrder'. Either include it or remove the dependency array
quality
React Hook useEffect has a missing dependency: 'marqueeSelection'. Either include it or remove the dependency array