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
I just figured out that the types dont contain stripe.initEmbeddedCheckout(). When looking for the type definitions I saw that the repo for @types/stripe-v3 doesnt exist anymore, last publish was 8 months ago.
🆒 Your use case
I just figured out that the types dont contain stripe.initEmbeddedCheckout(). When looking for the type definitions I saw that the repo for
@types/stripe-v3
doesnt exist anymore, last publish was 8 months ago.The docs say that
@stripe/stripe-js
already contains types:https://github.com/stripe/stripe-js?tab=readme-ov-file#typescript-support
It seems to be that they dropped support for
@types/stripe-v3
. Therefor, can we replace type definitions from the official package please?The text was updated successfully, but these errors were encountered: