This commit is contained in:
Infinite
2020-01-20 21:56:23 +01:00
parent 9827647122
commit 244c8ff234
82 changed files with 3729 additions and 2304 deletions

View File

@@ -9,7 +9,7 @@ export class ErrorBoundary extends React.Component<any, any> {
public componentDidCatch(error: any, errorInfo: any) {
this.setState({
error,
errorInfo,
errorInfo
});
}