We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23de142 commit 2f3a088Copy full SHA for 2f3a088
react/PickupPointsModal.js
@@ -291,6 +291,12 @@ class PickupPointsModal extends Component {
291
shouldShow={shouldShowMap}
292
isLargeScreen={isLargeScreen}
293
/>
294
+ {/*
295
+ * Used for rendering the <ZoomControls /> component. This is
296
+ * currently done this way because the ZoomControls must be a child of <Map />
297
+ * to be able to consume the <GoogleMaps /> context, but it must be placed in
298
+ * this position for the layout to work
299
+ */}
300
<div id="controls-wrapper" />
301
302
{shouldUseMaps && (
0 commit comments