Warning displayed for abstract attribute on lightning components

Issue #648 resolved
Tony White created an issue

A lightning component can be declared abstract as per https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/oo_abstract_cmp.htm

But the IDE warns that the attribute is not allowed

<aura:component abstract="true" description="Component that provides basic helper functions for other components"> <ltng:require styles="/resource/SLDS/assets/styles/salesforce-lightning-design-system.min.css"/> <div class="slds"> {!v.body} </div> </aura:component>

Comments (3)

  1. Log in to comment