fix: use HTMLElement instead of HTMLDivElement
This commit is contained in:
@@ -10,4 +10,4 @@ import "./cheatsheet.scss";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
render(() => <App />, document.getElementById("root") as HTMLDivElement);
|
||||
render(() => <App />, document.getElementById("root") as HTMLElement);
|
||||
|
||||
Reference in New Issue
Block a user