You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CONSOLE-3093: Add Error Boundaries around extension components (#11607)
* Improve ErrorBoundary and fallbacks
* Add new ErrorBoundary instances
* Align withFallback to new Error components
* Alignment to new ErrorBoundaryPage
* Fix some imports for newly structured error content
* Translation updates
* Bug fix, status is optional
* Fix a merge conflict in import paths
* Fix circular references in tests
* Handle an inline wrapper for the error fallback
"Oh no! Something went wrong.": "Oh no! Something went wrong.",
109
+
"Close": "Close",
110
+
"Hide details": "Hide details",
111
+
"Description:": "Description:",
112
+
"Component trace:": "Component trace:",
113
+
"Stack trace:": "Stack trace:",
106
114
"You made changes to this page.": "You made changes to this page.",
107
115
"Click {{submit}} to save changes or {{reset}} to cancel changes.": "Click {{submit}} to save changes or {{reset}} to cancel changes.",
108
116
"Reload": "Reload",
@@ -181,7 +189,6 @@
181
189
"Show waiting pods with errors": "Show waiting pods with errors",
182
190
"Waiting for the first build to run successfully. You may temporarily see \"ImagePullBackOff\" and \"ErrImagePull\" errors while waiting.": "Waiting for the first build to run successfully. You may temporarily see \"ImagePullBackOff\" and \"ErrImagePull\" errors while waiting.",
0 commit comments