Reactjs – dynamic route not displaying the component in react and react-router
I am using React and react-router. When I try to go to this route <Route path="/blogs/:id" element={<Blog/>} /> from the Blogs page the whole content of the Blog page content is blank and I have a lot of errors. App.jsx…