Добрый день: Cannot set property 'id' of undefined вот такая ошибка
if (this.categories) {
Object.entries(response).filter((item: any) => {
const array = (String(Object.keys(item[1]))).split(',');
if (item[1].category === this.categories) {
for (const k of array){
this.response[k] = Object.values(item[1]);
}
}
});