Kirill Osenkov on Nostr: I recently got burned because I had a local variable named "field" inside a property ...
I recently got burned because I had a local variable named "field" inside a property getter, and when I updated it broke in a weird way, because field now means the generated field for the prop. But still no regrets about using "preview", I just renamed the variable and moved on with my life.