File tree 3 files changed +1258
-32
lines changed
3 files changed +1258
-32
lines changed Original file line number Diff line number Diff line change 21
21
"ra-language-french" : " ^3.9.0" ,
22
22
"react" : " ^17.0.0" ,
23
23
"react-admin" : " ^3.9.0" ,
24
- "react-app-polyfill" : " ^1 .0.4 " ,
24
+ "react-app-polyfill" : " ^2 .0.0 " ,
25
25
"react-dom" : " ^17.0.0" ,
26
26
"react-redux" : " ^7.1.0" ,
27
27
"react-router" : " ^5.1.0" ,
28
28
"react-router-dom" : " ^5.1.0" ,
29
- "react-scripts" : " ^4.0.1 " ,
29
+ "react-scripts" : " ^4.0.3 " ,
30
30
"recharts" : " ^1.8.5" ,
31
31
"redux-saga" : " ^1.0.0"
32
32
},
Original file line number Diff line number Diff line change
1
+ /** @jsxRuntime classic */
1
2
import 'react-app-polyfill/ie11' ;
2
3
import 'react-app-polyfill/stable' ;
3
4
import 'proxy-polyfill' ;
5
+ // IE11 needs "jsxRuntime classic" for this initial file which means that "React" needs to be in scope
6
+ // https://github.com/facebook/create-react-app/issues/9906
7
+
4
8
import * as React from 'react' ;
5
9
import ReactDOM from 'react-dom' ;
6
10
You can’t perform that action at this time.
0 commit comments