We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8fe75 commit 288cf6aCopy full SHA for 288cf6a
src/app/components/StateRoute/Ax.tsx
@@ -27,6 +27,8 @@ const theme = {
27
const AxTree = (props) => {
28
const {
29
snapshot, // from 'tabs[currentTab]' object in 'MainContainer'
30
+ snapshots, // from 'tabs[currentTab].snapshotDisplay' object in 'MainContainer'
31
+ currLocation, // from 'tabs[currentTab]' object in 'MainContainer'
32
axSnapshots,
33
} = props;
34
0 commit comments