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
Our use case is waiting for a 'ready' event when a card number is loaded before displaying a copy button to copy the card number (this is a part of Stripe BaaS / issuing). The super helpful team at Stripe suggested we do something like:
This works, but it triggers the type error above. If I'm not mistaken, I think this could just be a situation where the types need to be updated for issuingCardNumberDisplay elements.
Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered:
What happened?
Our use case is waiting for a 'ready' event when a card number is loaded before displaying a copy button to copy the card number (this is a part of Stripe BaaS / issuing). The super helpful team at Stripe suggested we do something like:
This works, but it triggers the type error above. If I'm not mistaken, I think this could just be a situation where the types need to be updated for
issuingCardNumberDisplay
elements.Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: