PopupPropsContext
The PopupPropsContext. It allows to configure the Popup props from a wrapper component.
<PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
<DropDownList />
<Editor />
</PopupPropsContext.Provider>