Sha256: 5590f5cf4b6b44cf02ee298ec00de48c9d1371a68c6e05f9fb2617a5c2bb1d98
Contents?: true
Size: 652 Bytes
Versions: 8
Compression:
Stored size: 652 Bytes
Contents
/* */ (function(process) { 'use strict'; function checkDCE() { if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function') { return; } if (process.env.NODE_ENV !== 'production') { throw new Error('^_^'); } try { __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE); } catch (err) { console.error(err); } } if (process.env.NODE_ENV === 'production') { checkDCE(); module.exports = require('./cjs/react-dom.profiling.min'); } else { module.exports = require('./cjs/react-dom.development'); } })(require('process'));
Version data entries
8 entries across 8 versions & 1 rubygems