fix: use HTMLElement instead of HTMLDivElement
This commit is contained in:
@@ -2,5 +2,5 @@ import { render } from "solid-js/web";
|
||||
|
||||
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