feat: new responsive codes #37
Triggered via pull request
February 10, 2025 20:05
yasersharifi
synchronize
#51
Status
Success
Total duration
27s
Artifacts
–
Annotations
5 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
|
Linting:
src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|