devbookhq / splitter

React component for building split views like in VS Code
https://usedevbook.com
MIT License
440 stars 30 forks source link

Allow hidden elements to stay mounted #34

Open WardBrian opened 3 months ago

WardBrian commented 3 months ago

If I use a splitter from this library with e.g. a tab component, it will sometimes live in a div which is hidden. This seems to result in the children of the splitter not being mounted, which is difficult to work around