File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-overlays" ,
3
- "version" : " 0.50.0-alpha2 " ,
3
+ "version" : " 0.50.0-alpha3 " ,
4
4
"description" : " Utilities for creating robust overlay components" ,
5
5
"author" :
" Jason Quense <[email protected] >" ,
6
6
"repository" : " react-bootstrap/react-overlays" ,
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import ReactDOM from 'react-dom' ;
3
- import ownerDocument from './utils/ownerDocument' ;
4
3
5
4
import addEventListener from './utils/addEventListener' ;
6
5
import createChainedFunction from './utils/createChainedFunction' ;
@@ -87,7 +86,7 @@ export default class RootCloseWrapper extends React.Component {
87
86
// stealing the ref from the owner, but we know exactly the DOM structure
88
87
// that will be rendered, so we can just do this to get the child's DOM
89
88
// node for doing size calculations in OverlayMixin.
90
- const node = React . findDOMNode ( this ) ;
89
+ const node = ReactDOM . findDOMNode ( this ) ;
91
90
return this . props . noWrap ? node : node . firstChild ;
92
91
}
93
92
You can’t perform that action at this time.
0 commit comments