79502733

Date: 2025-03-12 05:56:51
Score: 0.5
Natty:
Report link

In My Case this was mistake

<Route path="/" Component={<Trending></Trending>} index></Route>

it took an hour to figure out just my c was capital provided by react es7 extension but it should be small

<Route path="/" component={<Trending></Trending>} index></Route>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: web devlopment king