#remarkable_unicorn_49527
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- du-stripe-import, 10 hours ago, 42 messages
- remarkable_unicorn_49527, 21 hours ago, 2 messages
Hi @limber prawn I believe you just need to use import { loadStripe } from '@stripe/stripe-js, why do you want to import from '@stripe/stripe-js/pure' ?
i want dynamic importing , some of our customers dont use stripe and dont want the calls going when we import statically
hwo can we not allow this import for all customers ?
Then you should only call loadStripe for those customers who need to use Stripe.