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 not using Namespaces, I still need to be passing Namespace: undefined in the type, and namespace: () => undefined at initialization. It'd be nice if the namespace type was Namespace?: Namespace | undefined and the namespace type was required iff Namespace is defined.
The text was updated successfully, but these errors were encountered:
When not using Namespaces, I still need to be passing
Namespace: undefined
in the type, andnamespace: () => undefined
at initialization. It'd be nice if the namespace type wasNamespace?: Namespace | undefined
and thenamespace
type was required iffNamespace
is defined.The text was updated successfully, but these errors were encountered: