Paypal React shows extra buttons after changing amount
问题 WITHOUT react-paypal-button-v2 ~~~has an ovehead of 60KB Similar question here but they suggest react-paypal-button-v2 I'm Trying to make react and paypal button that changes the billing amount on props change. I call the following component with props price and every time the price change i would like to re-render the button to update the actual price. WITHOUT react-paypal-button-v2 const PaypalForm = props => { let paypalRef = useRef(); useEffect(() => { window.paypal .Buttons({ createOrder