Javascript – Failed to use React Router v6 – Navigation from <Login /> to <Home /> with <Navigation /> does not work
I'm trying to create a simple application focused on React router. I would like that after clicking on the Login button(there will be a form for authentication in the component), the user will be redirected to the Menu page(Navigation component).…