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: resolve issue with class extends utility (#314)
- `ctor.constructor` is `Function`
- `base.constructor` is `Function`
They're not `Function` when they're instances of a class, but since we are comparing the constructors, their constructors are `Function`, since classes are basically functions, as such, the utility was always returning `true` for anything that is a class.
0 commit comments