Elefront can't deal with empty tree branches?

The Elefront Component “Deconstruct Hatch” can’t deal with nulls or empty tree branches. This can probably be fixed, right? It would be nice if it just skipped the nulls and maintained the data structure.

I personally would clean the tree, or frosty and dispatch the nulls, deconstruct and shift back if you want to maintain the nulls. That would be best practices for data and tree management in GH if the nulls are important to your tree structure.