Skip to content

feat: responsive.

feat: responsive. #31

Triggered via pull request February 5, 2025 19:47
@yasersharifiyasersharifi
opened #50
Status Success
Total duration 26s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Linting: src/components/pages/Dashboard/Edit/index.tsx#L22
React Hook useCallback has a missing dependency: 'id'. Either include it or remove the dependency array
Linting: src/components/pages/Dashboard/Edit/index.tsx#L30
React Hook useEffect has missing dependencies: 'data' and 'setValue'. Either include them or remove the dependency array
Linting: src/components/ui/animated-grid-pattern.tsx#L74
React Hook useEffect has a missing dependency: 'generateSquares'. Either include it or remove the dependency array
Linting: src/components/ui/animated-grid-pattern.tsx#L93
The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function