Closed alexander-baz closed 8 months ago
Safari of versions prior to 13 do not support Intl.NumberFormat formatToParts function. So in case of Safari < 13 the error is thrown.
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect some kind of default formatting like, for example, for en-US locale (, as group and . as a decimal separators).
https://caniuse.com/?search=Intl%3A%20NumberFormat%3A%20formatToParts
Safari of versions prior to 13 do not support Intl.NumberFormat formatToParts function. So in case of Safari < 13 the error is thrown.
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect some kind of default formatting like, for example, for en-US locale (, as group and . as a decimal separators).
https://caniuse.com/?search=Intl%3A%20NumberFormat%3A%20formatToParts