react-arborist
react-arborist copied to clipboard
initialData not updating in simple tree
trafficstars
Is there a specific design rationale behind not letting initialData trigger an update to the tree if it changes? I'd think in most use cases, the data would change and naturally, the tree would need to reflect that change. Just putting a useEffect in use-simple-tree.ts seems to work.