You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a variable is removed from a local initialization but still referenced in a getter/setter, the getter correctly shows an error (Select a valid item in the drop down). However, re-adding the initialization should resolve the error. Instead, the naming logic forces a new variable name, preventing the original reference from being restored.
Screencast.from.2025-08-27.08-30-01.webm
I assume this isn’t the intended behavior, but if it is, feel free to close this issue.