Stripe.checkout added to all modules

I added stripe to one of my apps, and import stripe.checkout is added to all my modules and gives me an error about missing modules. This is similar/maybe the same as:

Regardless, this seems like a bug:

Either nothing should be added to the modules when stripe is added, or import anvil.stripe should be added instead.