-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Checkout UI extensions] Add Localized Fields API to Unstable
#2547
Conversation
Unstable
/snapit |
🫰✨ Thanks @rcaplanshopify! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/data-extensions": "0.0.0-snapshot-20241223184422",
"@shopify/ui-extensions": "0.0.0-snapshot-20241223184422",
"@shopify/ui-extensions-react": "0.0.0-snapshot-20241223184422" |
3408e53
to
2f6ef29
Compare
@@ -858,6 +858,49 @@ export type CountryCode = | |||
| 'ZW' | |||
| 'ZZ'; | |||
|
|||
// For instructions on how to update this list see: https://github.com/Shopify/checkout-web/pull/39534 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
[Checkout UI extensions] Add Localized Fields API to `Unstable`
Background
This
unstable
patch introduces the Localized Fields API. It also adds theuseLocalizedFields
hook to the@shopify/ui-extensions-react
package.(Provide a link to any relevant issues AND provide a TLDR of the issue in this pull request)
Solution
(Describe your solution, why this approach was chosen, and what the alternatives/impacts may be)
🎩
API list
Localized Fields API
Checklist