Closed gilles6 closed 4 years ago
Hi @gilles6 Can you share part of your configuration?
@gilles6 I had the same error. Your config cannot be empty. It should look like this:
dateFns: {
locales: ['es', 'ru', 'pt-BR'],
defaultLocale: 'en-US',
format: 'yyyy-MM-dd'
},
After installing and configuring
date-fns
module as per the documentation, I'm getting the following error:How can I fix it ?