microsoft / essex-toolkit

Provides a set of useful tools, utilities, reusable components, and React hooks that are designed to capture common components and utilities common among Essex Alpha team projects.
https://microsoft.github.io/essex-toolkit/
MIT License
19 stars 7 forks source link

Patch Tree to allow expansion if custom renderer #200

Closed natoverse closed 1 year ago

natoverse commented 1 year ago

Quick fix: previously, a tree item would only render the expand/collapse button if it had children. However, if there is a custom content renderer we want to allow expansion as well, even if there are not child tree items.