Skip to content

chore: add github actions for linting and formatting checks (#38) #4

chore: add github actions for linting and formatting checks (#38)

chore: add github actions for linting and formatting checks (#38) #4

Triggered via push May 7, 2025 16:22
Status Success
Total duration 52s
Artifacts

nodejs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
main: client/oneTimePayment/react/src/components/PayPalButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
main: client/oneTimePayment/react/src/components/VenmoButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
main: client/oneTimePayment/react/src/context/sdkContext.tsx#L50
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
main: client/oneTimePayment/react/src/context/sdkContext.tsx#L80
React Hook useEffect has missing dependencies: 'sdkInstance' and 'showBoundary'. Either include them or remove the dependency array