feat(BOOK-55): Listen to SEO filter slugs when navigating to such page
Approved-by: Chuma Mcphoy (We Ahead) Approved-by: Matilda Landström
This commit is contained in:
@@ -14,7 +14,8 @@ import type { DestinationDataProviderProps } from "@/types/providers/destination
|
||||
export default function DestinationDataProvider({
|
||||
allCities = [],
|
||||
allHotels,
|
||||
allFilters,
|
||||
hotelFilters,
|
||||
seoFilters,
|
||||
sortItems,
|
||||
pathname,
|
||||
children,
|
||||
@@ -26,7 +27,8 @@ export default function DestinationDataProvider({
|
||||
storeRef.current = createDestinationDataStore({
|
||||
allCities,
|
||||
allHotels,
|
||||
allFilters,
|
||||
hotelFilters,
|
||||
seoFilters,
|
||||
pathname,
|
||||
sortItems,
|
||||
searchParams,
|
||||
|
||||
Reference in New Issue
Block a user