0👍
Silly me. It took me 30minutes to figure out what is wrong with this code.
What I did to fix this is instead of entry.hide = !!entry.hide;
I use entry.hide = true
in item-preview component and in the item-details entry.hide = false
. this fix my issue.
Source:stackexchange.com