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
Copy file name to clipboardExpand all lines: src/app/components/ComponentMap.tsx
+28-24Lines changed: 28 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ export default function ComponentMap({
68
68
const[linkType,setLinkType]=useState('diagonal');
69
69
const[stepPercent,setStepPercent]=useState(10);
70
70
const[tooltip,setTooltip]=useState(false);
71
+
const[expanded,setExpanded]=useState();
71
72
72
73
// Declared this variable and assigned it to the useForceUpdate function that forces a state to change causing that component to re-render and display on the map
73
74
constforceUpdate=useForceUpdate();
@@ -194,16 +195,18 @@ export default function ComponentMap({
0 commit comments