Closed knod closed 6 years ago
App version or commit id at the time: cd75db67b9448f5ed476a8e83efaf6a19fe8fc03
In VisitPage, routeList = route.split('/') is getting an error that route is undefined
VisitPage
route
My bad. I was accidentally using code I was in the middle of editing.
Replicate:
Result I'd Expect:
Actual Result:
Environment:
App version or commit id at the time: cd75db67b9448f5ed476a8e83efaf6a19fe8fc03
Other Notes
In
VisitPage
, routeList = route.split('/') is getting an error thatroute
is undefined