File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
"prettier" : " ^1.7.4" ,
53
53
"react" : " ^16.0.0" ,
54
54
"react-dom" : " ^16.0.0" ,
55
- "react-lifecycles-compat" : " ^1.1.0" ,
56
55
"react-router" : " ^4.2.0" ,
57
56
"react-router-dom" : " ^4.2.2" ,
58
57
"should" : " ^13.1.0" ,
64
63
"dependencies" : {
65
64
"exenv" : " ^1.2.0" ,
66
65
"prop-types" : " ^15.5.10" ,
66
+ "react-lifecycles-compat" : " ^3.0.0" ,
67
67
"warning" : " ^3.0.0"
68
68
},
69
69
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ModalPortal from "./ModalPortal";
5
5
import * as ariaAppHider from "../helpers/ariaAppHider" ;
6
6
import SafeHTMLElement , { canUseDOM } from "../helpers/safeHTMLElement" ;
7
7
8
- import polyfill from "react-lifecycles-compat" ;
8
+ import { polyfill } from "react-lifecycles-compat" ;
9
9
10
10
export const portalClassName = "ReactModalPortal" ;
11
11
export const bodyOpenClassName = "ReactModal__Body--open" ;
You can’t perform that action at this time.
0 commit comments