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
When you try to emit events to a specific namespace, the EventsMap which is possibly defined for the root Emitter instance, is not applied for the Emitter instance returned by the of method.
The text was updated successfully, but these errors were encountered:
Would be really great if this could be available soon 😊. It is a bit annoying, to cast the return value of the of method, to have typed event support for namespaces 😅.
When you try to emit events to a specific namespace, the EventsMap which is possibly defined for the root Emitter instance, is not applied for the Emitter instance returned by the
of
method.The text was updated successfully, but these errors were encountered: