resetWarningCache static method

dynamic resetWarningCache()

PropTypes.checkPropTypes(...) only console.error(...)s a given message once. To reset the cache while testing call PropTypes.resetWarningCache()

See: www.npmjs.com/package/prop-types#proptypesresetwarningcache

Implementation

external static resetWarningCache();