Thank you for your time viewing this post. I have 2 issues ongoing in one of my projects. The description of these issues are given below along with their errors. If anyone helps me in resolving them, ill be grateful.
domo.onFiltersUpdate(console.log);
This function is rendering me this error:
code.js:60 Uncaught TypeError: domo.onFiltersUpdate is not a function
at code.js:60
const my_array = [
{
column: "Name",
operator: "IN",
values: ["Dione Miu", "Golu Yar"],
dataType: "STRING",
},
];
domo.filterContainer(my_array);
This function gives me this error:
next.built.js?v=1626466802:193 Uncaught TypeError: t.map is not a function
at next.built.js?v=1626466802:193
at Function.e.triggerUpdate (next.built.js?v=1626466802:193)
at T (next.built.js?v=1626466802:261)