Synthetixio / kwenta

DEPRECATED. Please use: https://github.com/Kwenta/kwenta
MIT License
11 stars 20 forks source link

fix(utils/formatters): fix app being bricked on iOS mobile due to unsupported RegEx #476

Closed kmeraz closed 2 years ago

kmeraz commented 2 years ago

https://stackoverflow.com/questions/2901102/how-to-print-a-number-with-commas-as-thousands-separators-in-javascript Similarly reported problem if you search for 'safari' in the SO above

https://caniuse.com/js-regexp-lookbehind

To Test, Fire up the preview links on your phone and ensure the app works 🚀

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/synthetixio/kwenta/DMvENPZKGbZ8R8m5RxtJDWGHSLci
✅ Preview: https://kwenta-git-fix-mobile-synthetixio.vercel.app

kmeraz commented 2 years ago

@JChiaramonte7 🤞