@vmalloc wrote:
I have a nested route, let’s call it A.B.C. A.B has a slow-loading model, and hence I created A.B.loading to handle it and show an appropriate indication to the user.
Once A.B.C is entered though, and the user clicks back to A.B, it seems like the loading substate isn’t entered, and the user experiences a “freeze” in the UI without any loading indication.
Is this the expected behavior? What am I doing wrong?
Thanks in advance
Posts: 1
Participants: 1