File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 56
56
},
57
57
"homepage" : " https://tomchentw.github.io/react-google-maps/" ,
58
58
"devDependencies" : {
59
- "babel" : " ^5.1.13" ,
60
- "babel-core" : " ^5.1.13" ,
61
- "babel-eslint" : " ^4.0.5" ,
62
- "eslint" : " ^1.0.0" ,
63
- "eslint-plugin-react" : " ^3.2.0" ,
64
- "tomchentw-npm-dev" : " ^3.0.0" ,
65
- "rimraf" : " ^2.4.3"
59
+ "babel" : " ^5.8.23" ,
60
+ "babel-core" : " ^5.8.25" ,
61
+ "babel-eslint" : " ^4.1.3" ,
62
+ "eslint" : " ^1.6.0" ,
63
+ "eslint-plugin-react" : " ^3.5.1" ,
64
+ "react" : " ^0.14.0" ,
65
+ "react-dom" : " ^0.14.0" ,
66
+ "rimraf" : " ^2.4.3" ,
67
+ "tomchentw-npm-dev" : " ^3.1.0"
66
68
},
67
69
"dependencies" : {
68
70
"google-maps-infobox" : " ^1.1.13" ,
69
- "invariant" : " ^2.1.0 "
71
+ "invariant" : " ^2.1.1 "
70
72
},
71
73
"peerDependencies" : {
72
- "react" : " ^0.13.0"
74
+ "react" : " ^0.14.0" ,
75
+ "react-dom" : " ^0.14.0"
73
76
}
74
77
}
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export default class OverlayViewCreator extends Component {
66
66
} ;
67
67
68
68
overlayView . _renderContent = function ( ) {
69
+ // FIXME: React@0.14
69
70
React . render (
70
71
Children . only ( this . get ( "children" ) ) ,
71
72
this . _containerElement
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ function renderElement (
11
11
prevContent = document . createElement ( "div" ) ;
12
12
}
13
13
14
+ // FIXME: React@0.14
14
15
React . render ( contentElement , prevContent ) ;
15
16
return prevContent ;
16
17
}
You can’t perform that action at this time.
0 commit comments