0
Talk guys! I’m having trouble using toLocaleString in production! When using toLocaleString this way
const number = (num / 100).toLocaleString('pt-BR', { style: 'currency', currency: 'BRL' });
in mac the return is correct R $ 10.000,00 when climbing to the server in production the return is R $ 10,000.00 Someone’s been through it?
What version do you have local and on the server?
– Sergio