Possible Bug๐นTypeScript
SolidStartuseNavigate() in this menu component, I get an error thrown talking about how I can't use useNavigate() outside of the Router component.<AppBar /> is OUTSIDE the <Router /> component. The problem is that if I rearrange things and bring them inside, then I am faced with this error:Hydration Mismatch. Unable to find DOM nodes for hydration key: 0000000000useNavigate() ?