htmlwithsuperpowers icon indicating copy to clipboard operation
htmlwithsuperpowers copied to clipboard

A guidebook to Web Components

Results 1 htmlwithsuperpowers issues
Sort by recently updated
recently updated
newest added

## What this does Adds a missing "this" to the examples for building a brewery app with Lit: ``` Javascript ${this.breweries.map( brewery => html` this.toggleVisitedStatus(brewery)}> `, )} ``` Without it,...