-
### Summary
Tried to install lwc-dev-server to check it out. Install failed.
### Steps To Reproduce:
PS> sfdx plugins:install @salesforce/lwc-dev-server
### Expected result
In…
-
**Prettier 2.7.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeeBbADgGwIbwB8AOlAARmoAmAlgG4nkWUDOWeUhAKnAB4xkWEDHDIYIAJ1Hx+g4aPFSyMgUJFjJ0vqvnLtc9ahYwJ0AOaEARjTOoA9MdNQLGqaQ…
-
-
**Describe the bug**
LWC does not preview locally
**To Reproduce**
Steps to reproduce the behavior:
Install
1. Install n
```sh
brew install n
```
2. Install node
```sh
n stable
```
…
-
**Describe the bug**
Salesforce recently introduced lwc:if|elseif={property} and lwc:else directive for conditional rendering. But these commands were not recognized when we try to preview from loca…
-
### Summary
Users are reporting (https://github.com/salesforce/sfdx-lwc-jest/issues/350) that `import { createElement } from 'lwc'` is showing a red squiggly in VS Code even though this is not cons…
-
**Describe the bug**
error An unexpected error occurred: "https://registry.yarnpkg.com/@salesforce/lwc-dev-server-dependencies/-/lwc-dev-server-dependencies-1.0.47.tgz: ESOCKETTIMEDOUT".
To Reprod…
-
Reported here: https://www.bryntum.com/forum/viewtopic.php?f=51&t=15916&p=79421
> We have noticed some performance issues when using the Grid in a Salesforce LWC with high volumes of data. Specific…
bmblb updated
8 months ago
-
when i enter the command i get error
![image](https://github.com/forcedotcom/lwc-dev-server-feedback/assets/67593607/7c9d3cfb-6665-43d2-8e0c-d63139d151f3)
-
```ts
class extends LightningElement {
@wire(getData, {id: 1}) get dataProp() {}
@wire(getData, {id: 2}) set otherProp(v) {}
}
```
~Currently, using `@wire` on a getter or a setter successfu…
wjhsf updated
3 months ago