Resolve beacon from beacon-proxy #7583
Annotations
5 warnings
packages/react/src/payments/components/CheckoutWithCard.tsx#L100
React Hook useEffect has missing dependencies: 'appNameToUse', 'clientId', 'configs', 'locale', 'onBeforeModalOpen', 'onCardDetailLoad', 'onError', 'onPaymentSuccess', 'onPriceUpdate', 'onReview', 'options', and 'sdkClientSecret'. Either include them or remove the dependency array. Mutable values like 'CheckoutWithCardIframeContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
packages/react/src/payments/components/PaperCheckout.tsx#L144
React Hook useEffect has missing dependencies: 'onCloseCheckout', 'onPaymentSuccess', and 'onTransferSuccess'. Either include them or remove the dependency array. If 'onPaymentSuccess' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
packages/react/src/payments/components/VerifyOwnershipWithPaper.tsx#L87
React Hook useEffect has missing dependencies: 'onError', 'onSuccess', and 'onWindowClose'. Either include them or remove the dependency array. If 'onSuccess' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
packages/react/src/payments/components/common/Modal.tsx#L39
React Hook useEffect has missing dependencies: 'escapeToClose' and 'onClose'. Either include them or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
The logs for this run have expired and are no longer available.
Loading