Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

fix stupid mistake againt #62

fix stupid mistake againt

fix stupid mistake againt #62

Triggered via push November 29, 2025 16:51
Status Success
Total duration 33s
Artifacts

action.yml

on: push
Backend Test & Lint
29s
Backend Test & Lint
Frontend Lint & Type Check
18s
Frontend Lint & Type Check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringWebSocket.ts#L129
React Hook useCallback has missing dependencies: 'handleClose', 'handleError', and 'handleMessage'. Either include them or remove the dependency array
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L220
The 'handleMouseLeave' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleMouseLeave' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L205
The 'handleMouseUp' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleMouseUp' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L188
The 'handleMouseMove' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleMouseMove' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L174
The 'handleMouseDown' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleMouseDown' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L158
The 'handleTouchCancel' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleTouchCancel' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L138
The 'handleTouchEnd' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleTouchEnd' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L117
The 'handleTouchMove' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleTouchMove' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringTouch.ts#L100
The 'handleTouchStart' function makes the dependencies of useEffect Hook (at line 256) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleTouchStart' in its own useCallback() Hook
Frontend Lint & Type Check: templates/andromodem_fe/src/hooks/useMirroringAspectRatio.ts#L15
The 'updateAspectRatio' function makes the dependencies of useEffect Hook (at line 29) change on every render. To fix this, wrap the definition of 'updateAspectRatio' in its own useCallback() Hook