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
$_super was poorly designed. I replaced it with a new solution that scales better. Leaving $_super to prevent extensions using it from breaking but will deprecate it and drop it next major.
Support plan
Context
What are you trying to achieve or the steps to reproduce?
The following snippet throws
this.$_super.default is not a function
What was the result you got?
An error was thrown
What result did you expect?
Shouldn't throw any error. Looks like
$_super
is reset on everyextend()
call.The text was updated successfully, but these errors were encountered: