Reactjs – I have problem using createBrowserRouter . the MainLayout can't read props and I don't know why
all exports/imports work fine. MainLayout.js file the only file in layout : the sidebar is fixed in all pages except Login, Register and Not Found. in folder layout there is just MainLayout.js const MainLayout = (props) => { return (…