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
It would be convenient if the format prop could be a function instead of a string, so that using the numbro formatting strings wouldn't be mandatory. The format() function could be called instead of numbro.format() inside of the internal toFormattedString() method when it's a function, otherwise it could just function the same way that it does now.
The text was updated successfully, but these errors were encountered:
It would be convenient if the
format
prop could be a function instead of a string, so that using the numbro formatting strings wouldn't be mandatory. Theformat()
function could be called instead ofnumbro.format()
inside of the internaltoFormattedString()
method when it's a function, otherwise it could just function the same way that it does now.The text was updated successfully, but these errors were encountered: