© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Krunal Shah
Technical Lead
You have to use Switch.
import { Switch } from 'react-router-dom'
then wrap your router in Switch like below:
<Switch> <Route path="/" exact component={Home}/> <Route path="*" component={NotFound} /> </Switch>
Mrudang Shah
Software Engineer
That is not working, already tried with <switch> method.
<switch>
can you please provide full app.js file
app.js