En date-fns, _.format(new Date(), 'EEEE, do LLL R') me da Thursday, 12th May 2022 , ahora, ¿cómo puedo convertir la cadena de fecha en un objeto de fecha en date-fns? _.parse('Thursday, 12th May 2022', 'EEEE, do LLL R', new Date()) , me dice
> Uncaught RangeError: The format string mustn't contain `do` and `R` at the same timeGracias