lwc icon indicating copy to clipboard operation
lwc copied to clipboard

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

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

The error `Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.` pops up in an odd edge case involving synthetic shadow,...

bug

**Is your feature request related to a problem? Please describe.** When developing code and LWR in `lwr dev` mode to test it, if you temporarily cause a syntax error in...

External: Lightning Web Runtime

This is a follow-up to #3693. Currently, if you do `this.ariaLabelledByElements` inside a `LightningElement`, you get null ([demo](https://stackblitz.com/edit/salesforce-lwc-ozokzs?file=src%2Fmain.js)). ```js renderedCallback() { console.log(this.ariaLabelledByElements) // always null } ``` (Note this demo...

enhancement

Follow-up to https://github.com/salesforce/lwc/pull/3713 and #3758 Components that extend a non-LightningElement superclass: ```js export default class extends CustomSuperclass {} ``` ... should still get dev warnings when they declare a method...

enhancement

I could not find any project to enable opentelemetry support for lwc. It would be nice to be able to observe e2e how external systems integrate with salesforce. At the...

External: Other Salesforce

Follow-up to #3015 Hydrated components (using `hydrateComponent`) do not support native lifecycle callbacks (even with `lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE` set to true) and do not support Form Associated Custom Elements (FACE) callbacks. Hydrated...

bug

### Description When we use the if-elseif-else directives as a direct child of an iteration, we're unable to benefit from any optimization using the keys due to how the nodes...

perf

What happens if the `errorCallback` throws an error? It depends on a few different factors: 1. Whether it's triggered by a mutation (e.g. `element.show = true`) or not 2. Whether...

bug

As per https://developer.salesforce.com/docs/component-library/documentation/en/lwc/create_conditional, it would be good to disallow the old syntax in the deprecated rules set.

enhancement

Deprecate usage of `lwc:dynamic` directive in `Winter24` as it will be replaced with the new `` syntax.