From ddeb59169b059039f20f95e3333c8a0d9a5a1b3d Mon Sep 17 00:00:00 2001 From: Vinod Kiran Date: Sun, 27 Apr 2025 10:53:58 +0530 Subject: [PATCH] Better Error reporting for document store operations. (#4350) * Better Error reporting for document store operations. * Update packages/ui/src/ErrorBoundary.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update index.ts --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Henry Heng --- packages/ui/src/ErrorBoundary.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/ErrorBoundary.jsx b/packages/ui/src/ErrorBoundary.jsx index bbe4fafe..9745013f 100644 --- a/packages/ui/src/ErrorBoundary.jsx +++ b/packages/ui/src/ErrorBoundary.jsx @@ -16,7 +16,7 @@ const ErrorBoundary = ({ error }) => { Oh snap! - The following error occured when loading this page. + The following error occurred when loading this page. @@ -27,7 +27,7 @@ const ErrorBoundary = ({ error }) => { > -
+                        
                             {`Status: ${error.response.status}`}
                             
{error.response.data.message}