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
In the methods Navigator.goBackTo and Navigator.goBackBefore there are checks on the screen argument using structural equality (.equals()). The rest of the implementation uses referential equality.
Is it intentional to only allow for equal references in these methods? I have paths that are structurally equal but different references, so they won't work with these functions.
The text was updated successfully, but these errors were encountered:
In the methods
Navigator.goBackTo
andNavigator.goBackBefore
there are checks on the screen argument using structural equality (.equals()
). The rest of the implementation uses referential equality.Is it intentional to only allow for equal references in these methods? I have paths that are structurally equal but different references, so they won't work with these functions.
The text was updated successfully, but these errors were encountered: