You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to reload 'parent' every time transitioning from 'parent.child' back to 'parent'? Or is it possible to make a state always reload? Ex. a back button click.
I thought I can use 'uiOnParamsChanged' from 'parent' since my 'parent.child' has some parameters. However, 'uiOnParamsChanged' isn't called when transitioning from 'parent.child' to 'parent'.