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
// This is where we select the last object in the snapshots array from props to allow hierarchy to parse the data for render on the component map per hierarchy layout specifications.
// 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
59
61
constforceUpdate=useForceUpdate();
60
62
// setting the margins for the Map to render in the tab window.
@@ -101,7 +103,6 @@ export default function ComponentMap({
0 commit comments