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
The prefer-destructuring rule triggers on the last line even though there's no way to actually mutate a let binding with destructuring ({ foo } = bar; is a syntax error).