react-azure-maps
react-azure-maps copied to clipboard
Fix: missing popups.add to make sure popup container get attached
Accessibility usecase (keyboard navigation of popups) discussed in #87 uncovered the issue where atlas.Popup is actually never added explicitly to PopupManager that results in popup containers not getting added to the DOM (unless isVisible) which breaks the keyboard-based navigation needed in #87