You declared cell type "date" as a string that is not mapped to a known object

Tags: #<Tag:0x00007f8b25f51600>

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”),
},

`

Hi @almeida.tiago1996

what is your date cell data? Could you replace the 10/10/2020 from this demo https://jsfiddle.net/au2obpzh/ to the value that you use that shows the error?

Hey @almeida.tiago1996 do we have any updates on the following topic?