@@ -5,7 +5,7 @@ exports[`ObjectInspector - classnames has the expected class 1`] = `
55 <Tree className =\\"object-inspector\\" autoExpandAll = { true } autoExpandDepth = { 0 } disabledFocus = { [undefined ]} itemHeight = { 20 } isExpanded = { [Function ]} isExpandable = { [Function ]} focused = { {... }} getRoots = { [Function ]} getParent = { [Function ]} getChildren = { [Function ]} getKey = { [Function ]} onExpand = { [Function ]} onCollapse = { [Function ]} onFocus = { [Function ]} renderItem = { [Function ]} >
66 <div className =\\"tree object-inspector\\" role =\\"tree\\" tabIndex =\\"0\\" onKeyDown = { [Function ]} onKeyPress = { [Function ]} onKeyUp = { [Function ]} onFocus = { [Function ]} onBlur = { [Function ]} onClick = { [Function ]} aria-label = { [undefined ]} aria-labelledby = { [undefined ]} aria-activedescendant = { {... }} style = { {... }} >
77 <TreeNode id =\\"root\\" index = { 0 } item = { {... }} depth = { 0 } renderItem = { [Function ]} focused = { false } expanded = { false } isExpandable = { false } onExpand = { [Function ]} onCollapse = { [Function ]} onClick = { [Function ]} >
8- <div id =\\"root\\" className =\\"tree-node\\" style = { { ... } } onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
8+ <div id =\\"root\\" className =\\"tree-node\\" onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
99 <div className =\\"node object-node\\" onClick = { [Function ]} onDoubleClick = { {... }} >
1010 <span className =\\"object-label\\" onClick = { {... }} >
1111 root
@@ -29,7 +29,7 @@ exports[`ObjectInspector - classnames has the inline class when inline prop is t
2929 <Tree className=\\" inline object-inspector\\" autoExpandAll = { true } autoExpandDepth = { 0 } disabledFocus = { [undefined ]} itemHeight = { 20 } isExpanded = { [Function ]} isExpandable = { [Function ]} focused = { {... }} getRoots = { [Function ]} getParent = { [Function ]} getChildren = { [Function ]} getKey = { [Function ]} onExpand = { [Function ]} onCollapse = { [Function ]} onFocus = { [Function ]} renderItem = { [Function ]} >
3030 <div className =\\"tree inline object-inspector\\" role =\\"tree\\" tabIndex =\\"0\\" onKeyDown = { [Function ]} onKeyPress = { [Function ]} onKeyUp = { [Function ]} onFocus = { [Function ]} onBlur = { [Function ]} onClick = { [Function ]} aria-label = { [undefined ]} aria-labelledby = { [undefined ]} aria-activedescendant = { {... }} style = { {... }} >
3131 <TreeNode id =\\"root\\" index = { 0 } item = { {... }} depth = { 0 } renderItem = { [Function ]} focused = { false } expanded = { false } isExpandable = { false } onExpand = { [Function ]} onCollapse = { [Function ]} onClick = { [Function ]} >
32- <div id =\\"root\\" className =\\"tree-node\\" style = { { ... } } onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
32+ <div id =\\"root\\" className =\\"tree-node\\" onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
3333 <div className =\\"node object-node\\" onClick = { [Function ]} onDoubleClick = { {... }} >
3434 <span className =\\"object-label\\" onClick = { {... }} >
3535 root
@@ -53,7 +53,7 @@ exports[`ObjectInspector - classnames has the nowrap class when disableWrap prop
5353 <Tree className=\\" nowrap object-inspector\\" autoExpandAll = { true } autoExpandDepth = { 0 } disabledFocus = { [undefined ]} itemHeight = { 20 } isExpanded = { [Function ]} isExpandable = { [Function ]} focused = { {... }} getRoots = { [Function ]} getParent = { [Function ]} getChildren = { [Function ]} getKey = { [Function ]} onExpand = { [Function ]} onCollapse = { [Function ]} onFocus = { [Function ]} renderItem = { [Function ]} >
5454 <div className =\\"tree nowrap object-inspector\\" role =\\"tree\\" tabIndex =\\"0\\" onKeyDown = { [Function ]} onKeyPress = { [Function ]} onKeyUp = { [Function ]} onFocus = { [Function ]} onBlur = { [Function ]} onClick = { [Function ]} aria-label = { [undefined ]} aria-labelledby = { [undefined ]} aria-activedescendant = { {... }} style = { {... }} >
5555 <TreeNode id =\\"root\\" index = { 0 } item = { {... }} depth = { 0 } renderItem = { [Function ]} focused = { false } expanded = { false } isExpandable = { false } onExpand = { [Function ]} onCollapse = { [Function ]} onClick = { [Function ]} >
56- <div id =\\"root\\" className =\\"tree-node\\" style = { { ... } } onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
56+ <div id =\\"root\\" className =\\"tree-node\\" onClick = { [Function ]} role =\\"treeitem\\" aria-level = { 0 } aria-expanded = { [undefined ]} data-expandable = { false } >
5757 <div className =\\"node object-node\\" onClick = { [Function ]} onDoubleClick = { {... }} >
5858 <span className =\\"object-label\\" onClick = { {... }} >
5959 root
0 commit comments