Session Storage not being retrieved on mobile browser
问题 I have a create-react-app and I'm storage some state inside of sessionStorage to persist some redux state during the user's session. Everything works fine in Desktop browsers but while debugging on a mobile device inside of Safari or Chrome the state isn't be retrieved on refresh. This causes errors since the state is no longer there. Any idea why this would only happen on a mobile browser? This is how I'm saving and retrieving the state with sessionStorage: export function saveToLocalStorage