You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the layouts mutate the passed-in hierarchies in-place, but it’d be cleaner if they didn’t. For instance, you could pass the same root node to multiple hierarchy layouts and they would co-exist happily.
You can workaround this now using node.copy, but I think we should consider how we might do this automatically.
The text was updated successfully, but these errors were encountered:
Currently the layouts mutate the passed-in hierarchies in-place, but it’d be cleaner if they didn’t. For instance, you could pass the same root node to multiple hierarchy layouts and they would co-exist happily.
You can workaround this now using node.copy, but I think we should consider how we might do this automatically.
The text was updated successfully, but these errors were encountered: