How to make all the collapsible item open by default in react?
问题 I have made a collapsible button with tokens inside using reactstrap and everything is working fine for button click collapse. I would like to have this scenario as it is, but in the other hand how could I modify this to make all the collapsible buttons open on initial render of page. While visiting the page, all the tokens needs to be visible means all the collapsible items needs to get opened. If we give, this.state = { open: [0 , 1, 2] }; then it will be opened but for this post it will