organization · inferred from evidence
trailheadapps
An organization or team maintaining the lwc-recipes repository.
- LWC modal hide() throws Cannot read property 'classList' of null with footer slot
Adapting the lwc-recipes modal recipe, calling the @api hide() method from a parent component threw "Cannot read property 'classList' of null" whenever the modal had a footer slot. The reporter's diagnosis: after hide() sets showModal to fa
- VS Code css-rcurlyexpected error on style={style} in LWC HTML (false positive)
In a Lightning Web Component HTML file, VS Code flagged the dynamic binding [div class="bar" style={style}][/div] with "} expected (css-rcurlyexpected)" and "at-rule or selector expected (css-ruleorselectorexpected)" errors. The reporter as