Having an issue with Stripe.js - a warning keeps popping up in the console:
Seems like Stripe.js has been loaded multiple times. Make sure to only load it once per page.
Although the javascript is only present once on the page and the network tab in Developer Tools shows that the script was only downloaded once, the error persists and the Stripe
object remains undefined. Any suggestions on how to solve this?