At this point nothing is displayed, collapse sticks to 0 height. If in initial situation height would be 1 content would correctly be displayed.
I've prepared example of this situation - https://codesandbox.io/s/oqo0zp1j19 (navigate to Content.js file).
Try changing height: 0 to height: 1 to see that in case of non-zero height it works correctly.
Thank you for your help and maintaing this component!
Cheers :)
Hello!
I have encountered an issue where content is not displayed if it was dynamically changed in already expanded section
Initial situation:
When I fetch some data and it becomes
At this point nothing is displayed, collapse sticks to 0 height. If in initial situation height would be 1 content would correctly be displayed.
I've prepared example of this situation - https://codesandbox.io/s/oqo0zp1j19 (navigate to
Content.js
file). Try changingheight: 0
toheight: 1
to see that in case of non-zero height it works correctly.Thank you for your help and maintaing this component! Cheers :)