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
avoiding babel dependency on Symbol
Babel depends on `Symbol` to transpile `for of` and array
destructuring.
IE doesn't support Symbol, and those 2 ES6 features are better avoided
anyway.