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
This doesn't currently work, but removing the .use(ShopifyFormat) line will cause it to work correctly. It seems that the ShopifyFormat plugin is causing the default formatters for currency/date/etc to be removed.
The text was updated successfully, but these errors were encountered:
When initializing
i18next
with this package, the default formatters don't appear to be working.Codesandbox reproduction: https://codesandbox.io/s/i18next-shopify-formatters-not-working-qdt7h4
I'd like to be able to use code like this to use the currency formatter:
This doesn't currently work, but removing the
.use(ShopifyFormat)
line will cause it to work correctly. It seems that the ShopifyFormat plugin is causing the default formatters for currency/date/etc to be removed.The text was updated successfully, but these errors were encountered: