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
Loads the appropriate StateRoute view and renders the Map, Performance, History, Webmetrics, and Tree navbar buttons after clicking on the 'State' button located near the top rightmost corner.
22
-
*/
23
-
24
20
constHistory=require('./History').default;
25
-
constNO_STATE_MSG='No state change detected. Trigger an event to change state';// message to be returned if there has been no state change detected in our hooked/target app
21
+
constNO_STATE_MSG='No state change detected. Trigger an event to change state';
26
22
27
23
constStateRoute=(props: StateRouteProps)=>{
28
24
const{
29
-
axSnapshots,// from 'tabs[currentTab]' object in 'MainContainer'
30
-
snapshot,// from 'tabs[currentTab]' object in 'MainContainer'
31
-
hierarchy: propsHierarchy,// from 'tabs[currentTab]' object in 'MainContainer'
32
-
snapshots,// from 'tabs[currentTab].snapshotDisplay' object in 'MainContainer'
33
-
viewIndex: propsViewIndex,// from 'tabs[currentTab]' object in 'MainContainer'
34
-
webMetrics,// from 'tabs[currentTab]' object in 'MainContainer'
35
-
currLocation,// from 'tabs[currentTab]' object in 'MainContainer'
0 commit comments