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 d11fd0d commit 210667eCopy full SHA for 210667e
src/modules/Popup/Popup.js
@@ -277,7 +277,7 @@ export default class Popup extends Component {
277
? { mountNode: referenceElement.ref.current.ownerDocument.body }
278
: {}
279
280
- const mergedPortalProps = { ...this.getPortalProps(), ...portalRestProps }
+ const mergedPortalProps = { ...this.getPortalProps(), ...portalRestProps, ...mountNodeProp }
281
debug('portal props:', mergedPortalProps)
282
283
return (
0 commit comments