We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa443e4 commit 05cd568Copy full SHA for 05cd568
examples/lit/sorting/src/main.ts
@@ -79,7 +79,7 @@ class LitTableExample extends LitElement {
79
80
private tableController = new TableController<Person>(this)
81
82
- protected render(): unknown {
+ protected render() {
83
const table = this.tableController.getTable({
84
columns,
85
data,
0 commit comments