From c3f50f869a4f8e2d19c221351557e594a6c5d683 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 10:31:39 +0000 Subject: [PATCH] Improve application loading robustness and error handling on Chrome Add a timeout to detect and handle Chrome loading issues, implement preloading attributes, and improve error reporting for failed React app mounts. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/DyHCx4q --- client/index.html | 32 ++++++++++-- client/src/main.tsx | 116 ++++++++++++++++++++++++++++---------------- 2 files changed, 102 insertions(+), 46 deletions(-) diff --git a/client/index.html b/client/index.html index 0afd9b9..b986c0a 100644 --- a/client/index.html +++ b/client/index.html @@ -101,13 +101,34 @@ } - + + + +