I am passing a prop in react route component as listed below:
<Route exact
path='/'
component={HomePage}
display_notification={this.display_notification.bind(this)}
/>
But When I print the props of HomePage I cannot find display_notification.
Please help.
I am using react-router-v4