feat(SW-1111) Added Suspense on map
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"use client"
|
||||
|
||||
import { APIProvider } from "@vis.gl/react-google-maps"
|
||||
import { useSearchParams } from "next/navigation"
|
||||
import { useEffect, useMemo, useRef, useState } from "react"
|
||||
@@ -95,6 +96,8 @@ export default function SelectHotelMap({
|
||||
[activeFilters, hotelPins]
|
||||
)
|
||||
|
||||
console.log("hotelPins", hotelPins)
|
||||
|
||||
const closeButton = (
|
||||
<Button
|
||||
intent="inverted"
|
||||
|
||||
Reference in New Issue
Block a user