Open gilang-sera opened 5 months ago
same question,version 8.1.3
any updates on this issue?
I noticed that only child routes in nested routing structures fail to respond to this events. For example, in a nested routing setup where route A contains route B, when pushing from route B to route C and then returning, route A’s didPopNext
event is triggered, but route B’s didPopNext
event does not respond.
Hi, i tried to use didPopNext because i need to refresh my page after popped. but the function is not work!
i already added observer main and using autorouteawarestatemixin
what should i do? is there any steps that i missed it?