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
fix!: remove event emitter type from interfaces (#2196)
All code should be using `TypedEventEmitter` instead of `EventEmitter`
so remove the re-export from the interfaces package.
BREAKING CHANGE: removed EventEmitter re-export - please use TypedEventEmitter instead
0 commit comments