UNPKG

@steambrew/client

Version:
4 lines (3 loc) 275 B
import { findModuleExport } from '../webpack'; /** @component React Components */ export const ErrorBoundary = findModuleExport((e) => e.InstallErrorReportingStore && e?.prototype?.Reset && e?.prototype?.componentDidCatch); // Actually a class but @types/react is broken lol