**Describe the bug** ``` key = str(0) node = TreeNode(name=key) ``` `node.name` return `TreeNode` instead of `0` **To Reproduce** switch to feature/treeform 