(object)
| 1766 | 0xeac7; |
| 1767 | |
| 1768 | var isValidElement = function(object) { |
| 1769 | return typeof object === 'object' && |
| 1770 | object !== null && |
| 1771 | object.$$typeof === REACT_ELEMENT_TYPE; |
| 1772 | }; |
| 1773 | |
| 1774 | // By explicitly using `prop-types` you are opting into new development behavior. |
| 1775 | // http://fb.me/prop-types-in-prod |
no outgoing calls
no test coverage detected