DEV Community

Discussion on: Simple responsive navigation bar | React.js

Collapse
 
balaji1995ui profile image
Balaji

Issue has been fixed.
}/>
component instead of element

Collapse
 
dookiedarnell profile image
💤sleepy sanjay💤

what do yuo mean by this

Thread Thread
 
stephanieopala profile image
Stephanie Opala • Edited

He is referring to to this line of code,
<Route path="/about" element={<About />} /> and the rest of the route
The latest version of react router uses element={<About />} instead of component={<About />}