@servicetitan/error-boundary
Advanced tools
Comparing version 9.8.1 to 9.8.2
@@ -7,6 +7,6 @@ import React from 'react'; | ||
export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps> { | ||
private logService; | ||
state: { | ||
hasError: boolean; | ||
}; | ||
private logService; | ||
componentDidCatch(error: Error): void; | ||
@@ -13,0 +13,0 @@ render(): {} | null | undefined; |
{ | ||
"name": "@servicetitan/error-boundary", | ||
"version": "9.8.1", | ||
"version": "9.8.2", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "homepage": "https://docs.st.dev/docs/frontend/error-boundary", | ||
"devDependencies": { | ||
"@servicetitan/log-service": "^9.8.1", | ||
"@servicetitan/react-ioc": "^9.8.1", | ||
"@servicetitan/log-service": "^9.8.2", | ||
"@servicetitan/react-ioc": "^9.8.2", | ||
"@types/react": "~17.0.0", | ||
@@ -35,3 +35,3 @@ "react": "~17.0.1" | ||
}, | ||
"gitHead": "905e70c7438b114154b17aaf56448719721e3f99" | ||
"gitHead": "f231f64ba2475175d8ca205fc84eecb086652f3a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet