Browse Source

feat: replace HashIcon due to incompatibility with React 19

pull/380/head
Dan Ditomaso 1 year ago
parent
commit
172cf67fb2
  1. 1
      src/pages/Map.tsx

1
src/pages/Map.tsx

@ -21,7 +21,6 @@ import MapGl from "react-map-gl/maplibre";
import type { Protobuf } from "@meshtastic/js"; import type { Protobuf } from "@meshtastic/js";
import { Avatar } from "@app/components/UI/Avatar"; import { Avatar } from "@app/components/UI/Avatar";
export const MapPage = (): JSX.Element => { export const MapPage = (): JSX.Element => {
const { nodes, waypoints } = useDevice(); const { nodes, waypoints } = useDevice();
const { rasterSources, darkMode } = useAppStore(); const { rasterSources, darkMode } = useAppStore();

Loading…
Cancel
Save