React-router outlet confusion – Reactjs
Why my outlet is not working in react-router-dom. All my components worked fine until I use Outlet and after using outlet my navigation component is not showing while other component seems to render. import Home from "./Routes/Home/Home.component"; import { Routes,…