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
Argument of type 'typeof MyClass' is not assignable to parameter of type 'new () => any'.
Types of construct signatures are incompatible.
Type 'new (arg: string) => MyClass' is not assignable to type 'new () => any'.ts(2345)
TypeScript v4.1.5
Emittery v0.8.1
errors with:
Maybe this type should be more like:
(I haven't really tested this type)
The text was updated successfully, but these errors were encountered: