UNPKG

next

Version:

The React Framework

6 lines (5 loc) 221 B
export const reportGlobalError = typeof reportError === 'function' ? // emulating an uncaught JavaScript error. reportError : (error)=>{ window.console.error(error); }; //# sourceMappingURL=report-global-error.js.map