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
The updateCurrentEntry method is declared in Navigation, but it is reasonable to declare it in a NavigationHistoryEntry instance as a setState method for better structuring and saving the context of instances, taking into account that when the state changes, the object remains the same with an unchanged id.
The current api is misleading, leaving you thinking that this will result in a new NavigationHistoryEntry instance.