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
This dependency was not used anywhere. Previously it was brought in
because an older version of this controller extended `EventEmitter`,
but even then the package wasn't really used (the Node.js events module
was resolved instead).
We're not even using `EventEmitter` anymore since the migration to the
`BaseControllerV2` base class.
0 commit comments