I have implemented @stripe/react-stripe-js and @stripe/stripe-js in my React App and although all the payments are successfull in test environment, the console is flooded with errors as per below:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://r.stripe.com/0. (Reason: CORS request did not succeed). Status code: (null).
Should I be ignoring these as the payments work and why is stripe not handling CORS on their servers?