We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba9ecb commit 4000731Copy full SHA for 4000731
src/stories/MapAnnotations/Popup/Basic/Popup.tsx
@@ -1,5 +1,4 @@
1
import { AzureMap, AzureMapsProvider, AzureMapPopup, IAzureMapPopup } from 'react-azure-maps';
2
-import PopupContent from '../Interactive/PopupContent';
3
import { mapOptions } from '../../../../key';
4
5
const Popup = ({ isVisible, options }: IAzureMapPopup) => {
@@ -12,7 +11,6 @@ const Popup = ({ isVisible, options }: IAzureMapPopup) => {
12
11
isVisible={isVisible}
13
options={options}
14
popupContent={<div style={{ padding: '20px' }}>Hello World</div>}
15
- // popupContent={<PopupContent />}
16
/>
17
</AzureMap>
18
</div>
0 commit comments