Lightning Web Component description is not displayed in setup
Last updated 2022-02-10 ·Reference W-8104626 ·Reported By 1 users
Summary
When description tag is included in a LWC component deployment the description does not show up in the lightning components list view in the org. This is only for lightning web components, aura components descriptions show up in the list view properly.
Repro
Setup required:
Deploy a LWC with below code:
<template>
</template>
import { LightningElement } from 'lwc';
export default class testlwc extends LightningElement {}
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>test label</masterLabel>
<description>test description</description>
<apiVersion>49.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Open the lightning component list and notice that the description field is not populated. (If the default view does not show description field, click the link to "create new view").
Workaround
No workaround currently.
Reported By (1)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.