You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had the same problem, but it seems that the pin shows up when you build and start the project. but there is no way to see the pin in dev mode!
you also need to import your map component in your page like this: const Map = dynamic( () => import("@/Components/Map/Map.jsx"), { loading: () => <p>درحال بارگذاری نقشه...</p>, ssr: false, }, );
this is my code and marker not shown in the map
my react version is 18 and next version is 12
please help me
The text was updated successfully, but these errors were encountered: