Can someone help me setup a basic router with the
"@solidjs/router"
I am not sure where to put what. My current understanding was that this is the way to do but document.getElementById is underlined red:
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'MountableElement'.
Type 'null' is not assignable to type 'MountableElement'
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'MountableElement'.
Type 'null' is not assignable to type 'MountableElement'