(container, defaultContainer)
| 6236 | } |
| 6237 | |
| 6238 | function getContainer(container, defaultContainer) { |
| 6239 | if (container == null) return defaultContainer; |
| 6240 | container = typeof container === 'function' ? container() : container; |
| 6241 | return _reactDom.default.findDOMNode(container) || null; |
| 6242 | } |
| 6243 | |
| 6244 | module.exports = exports.default; |
| 6245 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…