feat: SW-693 Moved borwser storage code in useEffect of component
This commit is contained in:
@@ -60,5 +60,4 @@ export interface State {
|
||||
searchHistory: Locations | null
|
||||
}
|
||||
|
||||
export interface InitState
|
||||
extends Pick<State, "defaultLocations" | "searchData"> {}
|
||||
export interface InitState extends Pick<State, "defaultLocations"> {}
|
||||
|
||||
Reference in New Issue
Block a user