LiveBy / react-leaflet-control

Dumb React component for creating Controls
ISC License
88 stars 24 forks source link

ZoomControl import missing in example #15

Closed nikos closed 8 months ago

nikos commented 7 years ago

To get the example in README to work one requires to import also:

import ZoomControl from "react-leaflet";

... which brings up actually two zoom control (on top left and right)