79470231

Date: 2025-02-26 15:23:13
Score: 1.5
Natty:
Report link

What if you add a route without exact like

<Switch>
            <Route  path="/"  exact component={Home} />
            <Route  path="/film" component={Films} />
            <Route  path="/tv" component={TVseries} />
</Switch>

this may explicitly match home

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What if you add a
  • Low reputation (1):
Posted by: PRATHEESHA BENEDICT