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 8f745b1 commit 2dd011dCopy full SHA for 2dd011d
package.json
@@ -62,6 +62,6 @@
62
"prop-types": "15.x",
63
"rc-align": "2.x",
64
"rc-animate": "2.x",
65
- "rc-util": "4.x"
+ "rc-util": "^4.1.0"
66
}
67
src/Portal.js
src/index.js
@@ -7,7 +7,7 @@ import addEventListener from 'rc-util/lib/Dom/addEventListener';
7
import Popup from './Popup';
8
import { getAlignFromPlacement, getPopupClassNameFromAlign } from './utils';
9
import getContainerRenderMixin from 'rc-util/lib/getContainerRenderMixin';
10
-import Portal from './Portal';
+import Portal from 'rc-util/lib/Portal';
11
12
function noop() {
13
0 commit comments