chore: add github actions for linting and formatting checks #12
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
|