fix: SW-693 Fixed hydration error

This commit is contained in:
Hrishikesh Vaipurkar
2024-10-24 16:50:08 +02:00
parent 76444d6fe9
commit 11e94f42ba
3 changed files with 9 additions and 20 deletions
+2 -1
View File
@@ -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"> {}