* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory.
(component)
| 5642 | |
| 5643 | |
| 5644 | function canAcceptRef(component) { |
| 5645 | return !!component && (typeof component !== 'function' || component.prototype && component.prototype.isReactComponent); |
| 5646 | } |
| 5647 | |
| 5648 | /***/ }), |
| 5649 | /* 40 */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…