I included the video where I debugged it. the item object has status property's value when I hover on it. But when I access status value by item.status. It shows undefined. The same thing happened for other properties as well
I saw it on the local scope. There are 2 variables named item. One with the correct value and another one with undefined value
It is so weird and should never happen. Could you guys help me out with this issue?