lwc icon indicating copy to clipboard operation
lwc copied to clipboard

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation

Results 279 lwc issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add typescript support **Describe alternatives you've considered** NA **Additional context** The industry of frontend...

### Description #### Steps to Reproduce Currently, the LWC engine unmounts all the shadow elements in reverse order and the slotted elements in reserve order when synthetic shadow DOM is...

**Is your feature request related to a problem? Please describe.** At the moment I can't do this ````html ```` I have to do something like ````html ```` ````js controllerVariable =...

enhancement

### Description In order to test the `@lwc/engine` test files need access to some of the `@lwc/engine` protected APIs like `isNodeFromTemplate`. However, the OSS compiler throws when accessing those APIs....

BUG P2

### Description When a component has provided an `errorCallback`, the `runWithBoundaryProtection` routine cleans up DOM elements in the shadow tree before invoking the `errorCallback`. In situations when exceptions occur *before*...

BUG P3

**Is your feature request related to a problem? Please describe.** I did not find any documentation about a transition / animation system (CSS or JS). **Describe the solution you'd like**...

enhancement
open source
USER STORY

There are a few different categories of parse5 errors: - Errors - Warnings that will turn into errors in a future LWC release - Unexpected errors thrown by parse5 Currently...

enhancement

### Description Loading the `@lwc/synthetic-shadow` polyfill pollutes the global namespace, resulting in errors in several web platform tests. #### Steps to Reproduce ```bash git clone https://github.com/divmain/wpt.git cd wpt git checkout...

BUG P3

Apologies if this is not correct repo but not sure where to post issues about BaseComponents... I followed documentation for "Creating Header-Level Actions" (https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/documentation) The actions fire ok but the...

## Details `lwc:dynamic` after this change accepts an object `{props: Record, constructor: LightningElementConstructor}`. We're doing only props for now, since the ask is only for props. We'll enable attrs, event...