diff --git a/node_modules/rc-notification/es/hooks/useNotification.js b/node_modules/rc-notification/es/hooks/useNotification.js index 6b1199f..cccebd7 100644 --- a/node_modules/rc-notification/es/hooks/useNotification.js +++ b/node_modules/rc-notification/es/hooks/useNotification.js @@ -44,7 +44,7 @@ export default function useNotification() { setContainer = _React$useState2[1]; var notificationsRef = React.useRef(); var contextHolder = /*#__PURE__*/React.createElement(Notifications, { - container: container, + container: getContainer(), ref: notificationsRef, prefixCls: prefixCls, motion: motion,