@mskcc/carbon-react
Version:
Carbon react components for the MSKCC DSM
18 lines (12 loc) • 324 B
JavaScript
/**
* MSKCC 2021, 2024
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
const ErrorBoundaryContext = /*#__PURE__*/React.createContext({
log(error, info) {
console.log(info.componentStack);
}
});
exports.ErrorBoundaryContext = ErrorBoundaryContext;