react-async-script-loader
react-async-script-loader copied to clipboard
Not loading the script (I think)
I am trying to use this guide here (http://cubettech.com/blog/integrating-paypal-rest-api-with-react-js/) to insert a paypal button in my react app, and I am getting an error that paypal is not defined. My guess it has something to do with scriptLoader, either not working or not configured properly.
Is there anyone who can help me out with this? I'm sure it's something simple i'm overlooking. Thanks in advance!
./src/PayPalExpressCheckOut.js Line 41: ‘paypal’ is not defined no-undef Line 60: ‘paypal’ is not defined react/jsx-no-undef
Same problem here!
Same problem here... Is this problem fixed?