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
Describe the bug
In the below code, both selected and getArray are renamed to i. However, the variable scoping is incorrect - the selected in deselect conflicts with the declaration of getArray.
Describe the bug
In the below code, both
selected
andgetArray
are renamed toi
. However, the variable scoping is incorrect - theselected
indeselect
conflicts with the declaration ofgetArray
.To Reproduce
This file is run as:
Minified output (after formatting)
The text was updated successfully, but these errors were encountered: