{
+ mapRef.current?.scrollWheelZoom.enable()
+ setIsMapActive(true)
+ }}
+ onKeyDown={(e) => {
+ if (e.key === 'Enter' || e.key === ' ') {
+ e.preventDefault()
+ mapRef.current?.scrollWheelZoom.enable()
+ setIsMapActive(true)
+ }
+ }}
+ aria-label="Click to interact with map"
+ >
+
+ Click to interact with map
+
+