I am Passing my Array to props of sidebar Component like this.and i want to access it in my child component...
When i save the code and go to browser... i am getting
Add console.log(this.props) to your Sidebar's render method to see what you are receiving.
console.log(this.props)
Sidebar