Skip to content

feat: create payment result page #22

feat: create payment result page

feat: create payment result page #22

Triggered via pull request January 9, 2025 15:50
@hamedtkdhamedtkd
opened #39
Status Success
Total duration 28s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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