Skip to content

Commit

Permalink
Fix MapContainer prop 'tap'
Browse files Browse the repository at this point in the history
This seems to have been renamed, see
DefinitelyTyped/DefinitelyTyped#70943
  • Loading branch information
cmil committed Jan 19, 2025
1 parent 703e013 commit 82fc654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SettingsMap = () => {
center={[51.505, -0.09]}
zoom={2}
scrollWheelZoom={false}
tap={false}
tapHold={false}
className="z-0"
>
<TileLayer
Expand Down

0 comments on commit 82fc654

Please sign in to comment.