Skip to content

Commit

Permalink
disable Mapbox RTLTextPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Dec 13, 2023
1 parent a72facc commit f20145c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Map/DynamicMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export const DynamicMap: React.FC<
interactiveLayerIds={geometry.features.map(
({ properties }) => properties.id
)}
// See https://github.com/visgl/react-map-gl/issues/2310
RTLTextPlugin={null}

// disabled until popup has real content
// onClick={updateInfo}
Expand Down

0 comments on commit f20145c

Please sign in to comment.