Add widget error boundary (#753)

This commit is contained in:
Manuel
2023-03-18 12:29:10 +01:00
committed by GitHub
parent c41f547af3
commit 4c28a77e00
4 changed files with 149 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"card": {
"title": "Oops, there was an error!",
"buttons": {
"details": "Details",
"tryAgain": "Try again"
}
},
"modal": {
"text": "We're sorry for the inconvinience! This shouln't happen - please report this issue on GitHub.",
"label": "Your error",
"reportButton": "Report this error"
}
}