Open chris-orgorg opened 4 weeks ago
Should this field be country: string | null; to match Stripe.Address.country which is string | null?
country: string | null;
No response
https://github.com/stripe/stripe-js/blob/8a6846031d74b8cdb50fd0d463f9443638ef9657/types/stripe-js/elements/address.d.ts#L189
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
Should this field be
country: string | null;
to match Stripe.Address.country which is string | null?Environment
No response
Reproduction
No response