-
### Summary
Local dev is not finding LWC directories. While starting the plugin, I get the follow error:
```
[Module Graph] Found no LWC components in the current workspace, check your setting…
-
With scoped slots, this works:
```html
{data.id} - {data.name}
```
However, if that same `` component is used with `` (aka dynamic components):
```html
…
-
### Summary
After creating a project using the VSCode Extension, I get an error when running `npm install`.
### Steps To Reproduce:
1. Create a new project using the VSCode Extension…
-
### Description
Any code which has `SomeClass extends SuperClass` is identified as an LWC component by the SSR compiler.
```js
// stripped down version of LWR's implementation of the Navigation…
-
([Salesforce Known Issue](https://issues.salesforce.com/issue/a028c00000zjAlP/))
If you have an iteration (`for:each`) within another iteration:
```html
…
-
Should LWC naming convention be kebab case, pascal case or some other case?
-
What does the limitation regarding using Salesforce CLI with TypeScript for LWC development mean in practice?
Does this mean the source cannot be deployed to org?
The guide is here:
https://devel…
-
Consider a static `class` vs a `dynamic` class:
```html
```
```js
export default class extends LightningElement {
clazz = 'foo'
}
```
If you have scoped styles, then ab…
-
The language server currently copies type definitions from an old version of LWC. This was originally added to facilitate autocompletion in JavaScript projects. However, in modern VS Code, if a projec…
wjhsf updated
1 month ago
-
### Description
Using `lwc:spread={apis}` with `onclick` works since it's a global property, but custom events won't work. Ex: `onbar`.
#### Steps to Reproduce
https://stackblitz.com/edit/sal…