hi i have encounter this error on my chrome console i dont know how to solve this
my handsontable columns are this: ` columns: [
{
type: “checkbox”,
data: “checked”,
},
{
type: “date”,
dateFormat: “DD/MM/YYYY”,
correctFormat: true,
data: “date”,
defaultDate: moment.utc(new Date(), “DD/MM/YYYY”).locale(“pt-Pt”),
},
`