gesgocom
Results
3
comments of
gesgocom
Same problem
I was able to detect the problem. It is when it is used dayjs.locale("es"); It seems when I request it to use a language it fails.
import DatosContext from "@context/datosContext"; import { datosBase } from "@data/datosBase"; import general from "@data/general"; import agendas from "@data/agendas"; import SimpleChildLayout from "@layout/simplechild"; import React, { useEffect, useState } from "react";...