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
In any case, we should just be consistent everywhere. Maybe this is best to tackle after #3762 since the existing behavior is pretty hard to reason about.
Follow-up to #3713 and #3758
Components that extend a non-LightningElement superclass:
... should still get dev warnings when they declare a method that is not
@api
-annotated. (Implemented in #3713)This is disabled for now because it turned out to be tricky to handle superclasses that declare
@api
but whose subclasses do not.The text was updated successfully, but these errors were encountered: