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
// ideally, the return type should justcontains Props, not Record<keyof Props, any>. But TS requires Base constructorsmust all have the same return type.
82
+
// ideally, the return type should justcontain Props, not Record<keyof Props, any>. But TS requiresto haveBase constructorswith the same return type.