File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 "prettier" : " ^1.7.4" ,
5353 "react" : " ^16.0.0" ,
5454 "react-dom" : " ^16.0.0" ,
55- "react-lifecycles-compat" : " ^1.1.0" ,
5655 "react-router" : " ^4.2.0" ,
5756 "react-router-dom" : " ^4.2.2" ,
5857 "should" : " ^13.1.0" ,
6463 "dependencies" : {
6564 "exenv" : " ^1.2.0" ,
6665 "prop-types" : " ^15.5.10" ,
66+ "react-lifecycles-compat" : " ^3.0.0" ,
6767 "warning" : " ^3.0.0"
6868 },
6969 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ModalPortal from "./ModalPortal";
55import * as ariaAppHider from "../helpers/ariaAppHider" ;
66import SafeHTMLElement , { canUseDOM } from "../helpers/safeHTMLElement" ;
77
8- import polyfill from "react-lifecycles-compat" ;
8+ import { polyfill } from "react-lifecycles-compat" ;
99
1010export const portalClassName = "ReactModalPortal" ;
1111export const bodyOpenClassName = "ReactModal__Body--open" ;
You can’t perform that action at this time.
0 commit comments