If you do an each loop and name the value as status, it won't render in the DOM. Wrapping elements and nodes do render, but not the actual value. There might be some other keywords that act the same.
Can you reproduce the issue?
On which browser/OS does the issue appear?
Windows 10, Chrome v84.0.4147.125
v4.12.0
How would you tag this issue?
Apparently the status property is a global variable and that's why your expression doesn't work. It's like writing { window.location }, the current behavior is unintended and should be fixed though! I am on it, thanks for reporting it
I am afraid that patching this behavior will be a braking change. I will need to think about it.
No worries, this bug can easily be avoided by naming the loop value to something else, so take your time!
Most helpful comment
I am afraid that patching this behavior will be a braking change. I will need to think about it.