We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223405e commit 70b8be9Copy full SHA for 70b8be9
1 file changed
packages/lit-dev-content/samples/v3-docs/controllers/names/names-controller.ts
@@ -11,6 +11,7 @@ export class NamesController {
11
12
constructor(host: ReactiveControllerHost) {
13
this.host = host;
14
+ host.addController(this);
15
this.task = new Task<[Names.Kind], Names.Result>(host,
16
async ([kind]: [Names.Kind]) => {
17
if (!kind?.trim()) {
0 commit comments