mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-16 17:21:54 +00:00
fix(BUG Carte): error first load map
This commit is contained in:
@@ -7,7 +7,7 @@ import "@christopherpickering/react-leaflet-markercluster/dist/styles.min.css";
|
||||
import MarkerBar from "./MarkerBar";
|
||||
import "leaflet/dist/leaflet.css";
|
||||
|
||||
export default function MapComponent(props) {
|
||||
export default function MapComponent(props: any) {
|
||||
const { location, listBars } = props;
|
||||
|
||||
const toast = useToast({ position: "top" });
|
||||
|
||||
Reference in New Issue
Block a user