Skip to content

Commit c731935

Browse files
author
Steve Orvell
authored
Merge pull request #191 from Polymer/fix-demo
Fix old API in demo.
2 parents b8c53be + b18fd9d commit c731935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/lit-element.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h4 on-click="${(e) => console.log(this, e.target)}">Foo: ${foo}, Bar: ${bar}</h
104104
console.log('updated!', changedProps);
105105
}
106106

107-
firstRendered() {
107+
firstUpdated() {
108108
this._inner = this.shadowRoot.querySelector('x-inner');
109109
}
110110

0 commit comments

Comments
 (0)