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
Due to the way I originally coded the detail view page, if the user refreshes while currently on the detail view page, the app breaks because the original query param isn't persisted.
Possible fix: early return or forced redirect to list view when there isn't a rover
The text was updated successfully, but these errors were encountered:
Adds a context between the list page and photos page with shared data on what the rover is. If we are on the photos page and we don't know what the rover is, then we redirect back to the list page.
Due to the way I originally coded the detail view page, if the user refreshes while currently on the detail view page, the app breaks because the original query param isn't persisted.
Possible fix: early return or forced redirect to list view when there isn't a
rover
The text was updated successfully, but these errors were encountered: