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
In the ES5 document it mentions using _this, but in ES6 it states () => {};. Surely there are occasions where _this is required? I use it sporadically of course, but I use it still.