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 v1 implementation expects a signal's `subscribe` method to produce an `unsubscribe` function. In the current implementation, we silently fail when the `unsubscribe` is not a function. We should re-evaluate...

enhancement

### Description After upgrading the "lightning-base-components" to version "^1.18.8-ssr", getting the error shadowSupportMode static property is not available in this environment. #### Steps to Reproduce After upgrading the "lightning-base-components": "^1.18.8-ssr",...

question
External: Lightning Components

In #3973 we are doing a temporary fix to support a version mismatch between the LWC v6 runtime engine and the v5 compiler format. This is not intended to be...

refactor

`"any"` has been removed (#3953) in favor of `"native"` (#3768). We should completely remove it after giving users time to remove it.

**Is your feature request related to a problem? Please describe.** I was reading some vue docs and started to think: - why isn't there a .lwc file extension? - why...

enhancement

Due to a combination of LWC not supporting true custom elements (#3202) and synthetic shadow, it is possible to call `cloneNode(true)` on the light DOM container (e.g. a ``) of...

bug
Synthetic Shadow

To use ElementInternals, you'll need to be on the latest API version. We should have a friendly error message like "You cannot use `static formAssociated` or `attachInternals` because your `apiVersion`...

enhancement
BUG P3
Up for grabs

### Description When forwarding a scoped slot to another slot, the slot mapping is incorrect. The scoped slot will always be slotted into the default slot of the component. Here's...

bug
BUG P2

**Is your feature request related to a problem? Please describe.** I'm having a look to Third Party Web Components in LWC, and tried with @nolanlawson's [emoji picker](https://github.com/nolanlawson/emoji-picker-element). It didn't work...

External: Lightning Web Security / Locker

### Description Seeing "Invalid dynamic components usage, lwc:component and lwc:is can only be used when dynamic components have been enabled." on VS Code, while I have the capability correctly enabled...

bug
External: Other Salesforce