Closed jeffal closed 4 years ago
do you have a codesandbox?
However, I've tried https://codesandbox.io/, https://codepen.io/, https://jsfiddle.net/ and https://stackblitz.com/. They all either do not run due to unrelated errors or do not support IE11.
Is there something else I can do?
@jeffal can you deploy your repro (with unminified version of dist) to a static website hosting service? For example, now.sh, surge,sh, or even GitHub pages?
@longlho Happy to take this one since I have access to BrowserStack.
thanks @pyrocat101 all urs!
@jeffal what do you use to polyfill Intl.PluralRules
?
@longlho @formatjs/intl-pluralrules
v1.5.2 (using v.1.5.3 in the sandbox)
require('@formatjs/intl-pluralrules/polyfill');
require('@formatjs/intl-pluralrules/dist/locale-data/en');
@pyrocat101 Here an updated codesandbox and deployment:
@pyrocat101 Updated my previous comment with requested links. Thank you!
Which package?
intl-unified-numberformat
Describe the bug
intl-unified-numberformat
provided polyfill causes two bugs when loaded in IE11. SCRIPT28: Out of stack space SCRIPT 2343: Stack overflow at line: 396859To Reproduce
intl-unified-numberformat
provided polyfillExpected behavior Expected the
intl-unified-numberformat
provided polyfill to not crash web app.Screenshots
Desktop (please complete the following information):
Additional context The provided ponyfill does not appear to cause the same error.