(object)
| 1628 | 0xeac7; |
| 1629 | |
| 1630 | var isValidElement = function(object) { |
| 1631 | return typeof object === 'object' && |
| 1632 | object !== null && |
| 1633 | object.$$typeof === REACT_ELEMENT_TYPE; |
| 1634 | }; |
| 1635 | |
| 1636 | // By explicitly using `prop-types` you are opting into new development behavior. |
| 1637 | // http://fb.me/prop-types-in-prod |
no outgoing calls
no test coverage detected