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>