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
GitGalaxy misses arrow functions assigned dynamically to class instances using this or other object properties using dot notation (e.g., this._emitManyFn = (items) => ...).
GitGalaxy misses arrow functions assigned dynamically to class instances using
thisor other object properties using dot notation (e.g.,this._emitManyFn = (items) => ...).