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
I tried to fix a typing issue here by extracting the index access to a @const but this raised an invalid-binding in a place where I would not expect it and also did not raise it where I would have expected it.
The first binding accesses value[index] and thus does not try to re-assign value itself, yet there is an error.
The second binding should try to re-assign value, yet there is no error.
Describe the bug
I tried to fix a typing issue here by extracting the index access to a
@const
but this raised aninvalid-binding
in a place where I would not expect it and also did not raise it where I would have expected it.Reproduction
The first binding accesses
value[index]
and thus does not try to re-assignvalue
itself, yet there is an error.The second binding should try to re-assign
value
, yet there is no error.Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: