LWC Anti-Patterns
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
this.dispatchEvent(new CustomEvent('testevent', { detail: 'myval' }));this.dispatchEvent(new CustomEvent('testevent', {
detail: { value: 'myval' }
}));