UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

18 lines (12 loc) 324 B
/** * MSKCC 2021, 2024 */ 'use strict'; 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;