File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 49
49
"history" : " 4.10.1" ,
50
50
"lodash.groupby" : " 4.6.0" ,
51
51
"react" : " 16.12.0" ,
52
+ "react-app-polyfill" : " 1.0.5" ,
52
53
"react-dom" : " 16.12.0" ,
53
54
"react-redux" : " 7.1.3" ,
54
55
"react-router-dom" : " 5.1.2" ,
Original file line number Diff line number Diff line change
1
+ import 'react-app-polyfill/ie11' ;
2
+ import 'react-app-polyfill/stable' ;
3
+
1
4
import './index.scss' ;
2
5
3
6
import React from 'react' ;
@@ -14,7 +17,6 @@ import environment from 'environment';
14
17
const store = rootStore ( initialState , history ) ;
15
18
16
19
const rootEl = document . getElementById ( 'root' ) ;
17
-
18
20
const render = ( Component , el ) => {
19
21
ReactDOM . render (
20
22
< Provider store = { store } >
Original file line number Diff line number Diff line change @@ -9090,7 +9090,7 @@ raw-body@2.4.0:
9090
9090
iconv-lite "0.4.24"
9091
9091
unpipe "1.0.0"
9092
9092
9093
- react-app-polyfill@^1.0.5 :
9093
+ react-app-polyfill@1.0.5, react-app-polyfill@ ^1.0.5 :
9094
9094
version "1.0.5"
9095
9095
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-1.0.5.tgz#59c7377a0b9ed25692eeaca7ad9b12ef2d064709"
9096
9096
integrity sha512-RcbV6+msbvZJZUIK/LX3UafPtoaDSJgUWu4sqBxHKTVmBsnlU2QWCKJRBRmgjxu+ivW/GPINbPWRM4Ppa6Lbgw==
You can’t perform that action at this time.
0 commit comments