After updating to beta 7 I got the following error when I navigate to a detail screen:
EXCEPTION: Error: Uncaught (in promise): TypeError: Cannot read property 'visitStatement' of undefined.
Code:
itemTapped(event, activity) {
console.log(activity);
this.nav.push(ActivityPage);
}
What could be the cause?
Cheers
Henk