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
@@ -148,7 +149,7 @@ export default function AxTree(props) {
148
149
149
150
returntotalWidth<10 ? null : (
150
151
<div>
151
-
<divid='axControls'>
152
+
<divclassName='axControls'>
152
153
<LinkControls
153
154
orientation={orientation}
154
155
linkType={linkType}
@@ -402,9 +403,8 @@ export default function AxTree(props) {
402
403
}}
403
404
>
404
405
<div>
405
-
<div>
406
-
{/*tooltipData['name'].value cannot be referred to using dot notation so using brackets here overrides typescript's strict data typing which was interfering with accessiccing this property */}
data={printableObject}// data to be rendered, a snapshot object
73
73
theme={{extend: colors,tree: ()=>({className: `tooltipData-JSONTree`})}}// theme set to a base16 theme that has been extended to include "className: 'json-tree'"
0 commit comments