Leaflet.SmoothWheelZoom
Leaflet.SmoothWheelZoom copied to clipboard
Smooth Wheel Zoom in Leaflet React
at the moment, according to my research, there is no way to integrate this functionality into leaflet react.
I think you would have to work with useMap
like this
const map = useMap()
map.options.smoothWheelZoom = true