We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm about to bump some dependencies in develop, but this one needs some attention due to changed API.
develop
◉ react-number-format ^4.9.4 → ^5.0.1
Can @linusfj have a look? Here is some helpful info: https://s-yadav.github.io/react-number-format/docs/migration/.
Consider removing this dependency entirely as thousand separator formatting can be achieved more easily using the Intl API. E.g. try:
> new Intl.NumberFormat('sv-SE').format(1234567.1234567) < "1 234 567,123"
The text was updated successfully, but these errors were encountered:
Fixed what was necessary to upgrade react-number-format. Didn't have …
c591e92
…time to properly replace this (as we seem to use it solely for the thousands separator) as I suggested elsewhere. Nevertheless, closes #1207.
db647e1
jacobwod
No branches or pull requests
I'm about to bump some dependencies in
develop
, but this one needs some attention due to changed API.Can @linusfj have a look? Here is some helpful info: https://s-yadav.github.io/react-number-format/docs/migration/.
Consider removing this dependency entirely as thousand separator formatting can be achieved more easily using the Intl API. E.g. try:
The text was updated successfully, but these errors were encountered: