fix: SW-693 Fixed hydration error
This commit is contained in:
@@ -60,4 +60,5 @@ export interface State {
|
||||
searchHistory: Locations | null
|
||||
}
|
||||
|
||||
export interface InitState extends Pick<State, "defaultLocations"> {}
|
||||
export interface InitState
|
||||
extends Pick<State, "defaultLocations" | "searchData"> {}
|
||||
|
||||
Reference in New Issue
Block a user