You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const module = await checkoutKitLoader.load('embedded-checkout');
const checkout = module.embedCheckout({options})
whenever I call the embedCheckout it reload the entire window if it is called first time.
And it works expected from second time
The text was updated successfully, but these errors were encountered:
@wysi-wyg
I am unable to reproduce this behaviour.
Is it possible you can share a minimal working example where this can be reproduced and share here, as well as instructions to reproduce?
const module = await checkoutKitLoader.load('embedded-checkout');
const checkout = module.embedCheckout({options})
whenever I call the embedCheckout it reload the entire window if it is called first time.
And it works expected from second time
The text was updated successfully, but these errors were encountered: