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
SSR rules check whether a class is a component by checking if it inherits LightningElement. However, that class could be inheriting another class which in turn inherits LightningElement. We should try to identify those classes and log SSR errors in those cases as well.
The text was updated successfully, but these errors were encountered:
SSR rules check whether a class is a component by checking if it inherits
LightningElement
. However, that class could be inheriting another class which in turn inheritsLightningElement
. We should try to identify those classes and log SSR errors in those cases as well.The text was updated successfully, but these errors were encountered: