From adb46134c41905928e3fe50a7865975905a16cf8 Mon Sep 17 00:00:00 2001 From: Sameer6305 Date: Fri, 24 Jul 2026 16:15:34 +0530 Subject: [PATCH] fix(#768): remove componentDidUpdate auto-reset to avoid premature reset on Suspense fallback --- explorer/src/ErrorBoundary.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/explorer/src/ErrorBoundary.tsx b/explorer/src/ErrorBoundary.tsx index abaa924c..94fdb876 100644 --- a/explorer/src/ErrorBoundary.tsx +++ b/explorer/src/ErrorBoundary.tsx @@ -25,15 +25,7 @@ export class ErrorBoundary extends Component 0) { - this.setState({ retryCount: 0 }); - } - } + resetErrorBoundary = () => { this.setState((prev) => ({