You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data.Number.fromString has a weird JS-specific caveat about trailing non-numeric characters due to the specifics of parseFloat. Should we use the Number(str) constructor instead to avoid this oddity?