Searched refs:storedStateString (Results 1 – 1 of 1) sorted by relevance
38 const storedStateString = localStorage.getItem(this.STATE_STORAGE_KEY); constant39 if (storedStateString) {40 return JSON.parse(storedStateString);