-
It's possible to write an LWC component that over-renders unnecessarily. Example:
```js
export default class App extends LightningElement {
@track data = { foo: 'foo'}
connectedCallback() …
-
I am trying to figure out how to implement cross-cutting concerns in LWC and thought to use decorators; LWC is class-based and this one such way of doing this.
But, when I went implement my own dec…
-
### Description
Some of our down-stream consumers fail to build because of invalid typescript files generated in `@lwc/shared/language.ts`.
Example - (ui-interaction-orchestrator-components) htt…
-
### Description
As per [Identify and Match Event Messages with the EventUuid Field](https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_event_uuid.h…
-
Hi, I am having a problem with LWC, where anyone can open locked chests, even if they do not have permission.
When someone opens a chest thats not theirs, it says the chest is locked with a spell but…
-
### Steps to reproduce
Steps to reproduce the behavior:
1. Upgrade Sanbox to Winter 23 release
2. Add Customer Header in a Screenflow
### Expected behaviour
Custom Header navigation ocurrs
…
-
- Розібратись
- Налаштувати пустий шаблон сайту
- Показати як на цей сайт потрапити
-
### Summary
lwc-dev-server failed to install
### Steps To Reproduce:
run `sfdx plugins:install @salesforce/lwc-dev-server`
### Additional information
![Screen Shot 2023-12-18 at 3…
-
I have tests that run individually but they are not shown in the coverage summary table when I run npm run test:unit:coverage.
Typically I am working on a test and it initially appears in the cover…
-
### Summary
The conflict detection doesn't work for lwc
### Steps To Reproduce:
The first developer updates lwc component and deploys changes
The second developer updates the same lw…