We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28224b1 commit 2d8a1b3Copy full SHA for 2d8a1b3
src/main.ts
@@ -3,7 +3,7 @@ import { getItem } from "./utils/storage.js";
3
4
const initialState = getItem("todo", []);
5
const initialCount = getItem("count", { total: 0, done: 0 });
6
-const $app = document.querySelector("#app");
+const $app = document.querySelector("#app") as HTMLElement;
7
8
new App({
9
$target: $app,
0 commit comments