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