Im struggling to make possible zooming the map when hovering a marker
.
https://codesandbox.io/s/my2p15knj8 - example with marker
However, it is possible but only if I use feature
instead of a marker
.
https://codesandbox.io/s/l42n3np7xm
Unfortunately - feature is almost unstylable, cant pass children to it nor cant style them independently.
Looking for some solution how to make able to zoom map even if hovering marker
. As you can see, my markers are kinda big so it will be hard for user to avoid them while scrolling :)
Thank you!