Modifying the `options` will always lose the decimal places precision after `2` places
Closed this issue · 1 comments
AlexandreBonneau commented
Fix an issue where modifying the options will always lose the decimal places precision after 2 decimal places.
This happens since resetOnOptions temporarily resets the configuration to the default one, which set the decimalPlaces option to 2.
AlexandreBonneau commented
Fixed in v1.0.7