Skip to content

Commit dc4d3fd

Browse files
committed
update bablerc, not sure from where/when
1 parent 3c32c2f commit dc4d3fd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
<<<<<<< HEAD
32
"presets": ["airbnb", "@babel/preset-typescript"],
43
// "plugins": ["@emotion"]
5-
=======
6-
"presets": ["airbnb", "@babel/preset-typescript"]
7-
>>>>>>> dev
84
}

src/app/components/StateRoute/StateRoute.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@ const NO_STATE_MSG = 'No state change detected. Trigger an event to change state
2323

2424
const StateRoute = (props: StateRouteProps) => {
2525
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
26+
console.log(props);
27+
console.log('snapshot props', snapshot);
28+
console.log('hierarchy props', hierarchy);
29+
console.log('snapshots props', snapshots);
30+
console.log('viewIndex props', viewIndex);
31+
console.log('webMetrics props', webMetrics);
32+
console.log('currentLocation props', currLocation)
2633
const [{ tabs, currentTab }, dispatch] = useStoreContext();
2734
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
35+
console.log()
2836

2937
// Map
3038
const renderComponentMap = () => {

0 commit comments

Comments
 (0)