- {errorData.error.toString()}
- {stack &&
}
- {stack}
+
Something went wrong.
+ {onClose && (
+
+
+
+ )}
+ {this.canRefresh && (
+
+
+
+ )}
+
+ {errorData.error.toString()}
+ {stack &&
}
+ {stack}
+
+ {this.props.fallback}
- {this.props.fallback}
-
+