I created this react Collapse component with react-spring
which have the open and close functionality.
I want to have a defaultOpen prop, so the content stays open on initial render then it use isOpen state for closing and opening.
How can i do that?