-
**Describe the bug**
When an exception is raised from Apex, and the LWC is being served from the LWC local dev server, there is a difference in treating that exception such that you need different co…
-
No matter what version of LWC I'm using now, all LWC protections placed stay locked even after the block is removed. Even if I run the command /lwc admin cleanup it still persists to exist.
Example: …
-
By default, we define a custom element with an "upgradable constructor":
https://github.com/salesforce/lwc/blob/f817a044053aee03288306fae82d91844792a55a/packages/%40lwc/engine-dom/src/custom-elemen…
-
We relaxed the mangling of fragment-only href attribute values (https://github.com/salesforce/lwc/pull/1142) by only transforming the value if there are no elements with `id` attributes in the same te…
-
### Description
Loading the `@lwc/synthetic-shadow` polyfill causes agent cluster for child `iframe` to be incorrect.
#### Steps to Reproduce
```bash
git clone https://github.com/divmain/wpt…
-
**Describe the bug**
cpx is a dependancy and was last published 4 years ago and holds onto an old dependancy for Chokidar which breaks the lwc-dev-server optional dependancy install process on node v…
-
**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 can't I declare my .html, .js a…
-
Consider this example:
```html
Hello
```
```html
```
```html
```
This throws an error during compilation:
```
[!] …
-
**Describe the bug**
I developed an LWC in my org, which works perfectly fine! However, when I Start the local dev server and go to my LWC to load it, I get the following error in the JS Console:
`U…
-
Hello
I had over 130,000 protections so i decided to use /lwc admin cleanup command, ~100,000 protections was removed.
LOG: Cleanup completed. Removed 109282 protections out of 130500 checked protec…