Can I contain the intl polyfills to an isolated unit? #6041
Unanswered
final-star-1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My company wants to format numbers consistently across browsers through using @formatjs/intl directly, but without globally overriding the entire browser's Intl API using the polyfill.
Is it possible to contain it to only those who use @formatjs/intl, or a wrapper I can make over it?
Beta Was this translation helpful? Give feedback.
All reactions