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

**tl;dr:** This PR is a proof-of-concept for fragment VNode. This speeds up child node diffing by removing the need the compare dynamic children in most cases. This new fragment VNode...

work-in-progress

### Description I've started with a Single Page Application on LWR, Able to run the app with Lightning design system and LWC base component package. When I use `` tag...

External: Lightning Components
External: Lightning Web Runtime

### Description I am getting the below warning on the console. > lightning_primitiveIcon.js:48 failed to dynamically import icon templates for utility: Failed to fetch > dynamically imported module: http://localhost:3000/1/module/esm/0/l/en-US/mi/lightning%2FiconSvgTemplatesUtility%2Fv%2F1_15_4-alpha/latest/lightning_iconSvgTemplatesUtility.js ####...

External: Lightning Web Runtime

## Details This PR increases the strictness of the template compiler syntax by throwing an error instead of a warning when invalid template attributes are detected. There are two scenarios...

### Description (This only applies to pivots (#2724).) Pivots implement their own patch for `attributeChangeCallback` and `observedAttributes`, by overriding `setAttribute`/`removeAttribute`. But this doesn't handle Element properties that reflect to/from attributes,...

BUG P3

**Is your feature request related to a problem? Please describe.** Yes, I need to create a component that makes everything that is passed inside of it draggable. //wrapper to show...

**Is your feature request related to a problem? Please describe.** I'd like to propose removing the restriction of using `part` as a getter/setter, e.g. `@api part` I am able to...

enhancement
Native Shadow

## Details Currently we are polyfilling standard and non-standard ARIA properties on the global `Element` object (#2733). I would like to make this optional someday, so that we can get...

### Description Platform compiled modules run in sloppy mode. Upon further investigation it seems "use strict" is not being added in AMD modules. ### Version - LWC: x.x.x **Possible Solution**...

External: Other Salesforce

**Is your feature request related to a problem? Please describe.** Adding support for Hot Module Resolution(HMR) requires a registration process to hot swap component constructor, template and stylesheet. Today we...

enhancement
HMR