@servicetitan/error-boundary
Advanced tools
Comparing version 20.2.0 to 21.0.0
@@ -40,3 +40,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (hasError) { | ||
return _jsx(Fallback, {}, void 0); | ||
return _jsx(Fallback, {}); | ||
} | ||
@@ -51,3 +51,3 @@ return this.props.children; | ||
], ErrorBoundary.prototype, "logService", void 0); | ||
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }, void 0); | ||
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }); | ||
//# sourceMappingURL=index.js.map |
@@ -40,3 +40,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (hasError) { | ||
return _jsx(Fallback, {}, void 0); | ||
return _jsx(Fallback, {}); | ||
} | ||
@@ -51,3 +51,3 @@ return this.props.children; | ||
], ErrorBoundary.prototype, "logService", void 0); | ||
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }, void 0); | ||
const DefaultFallback = () => _jsx("h2", { children: "Something went wrong" }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@servicetitan/error-boundary", | ||
"version": "20.2.0", | ||
"version": "21.0.0", | ||
"description": "", | ||
@@ -19,4 +19,4 @@ "homepage": "https://docs.st.dev/docs/frontend/error-boundary", | ||
"devDependencies": { | ||
"@servicetitan/log-service": "^20.2.0", | ||
"@servicetitan/react-ioc": "^20.2.0", | ||
"@servicetitan/log-service": "^21.0.0", | ||
"@servicetitan/react-ioc": "^21.0.0", | ||
"@types/react": "~17.0.38", | ||
@@ -36,3 +36,3 @@ "react": "~17.0.2" | ||
}, | ||
"gitHead": "f51c76a814c5c95d416cb8f07b18953dccf751ff" | ||
"gitHead": "fd9c87d8f6d0016d4ad4d163255c87b830bb41b2" | ||
} |
Sorry, the diff of this file is not supported yet
7998