Files
plane/apps
Atul Tameshwari 1c8a60f858 [WEB-8632] fix(web): auto-reload on stale chunk load failure during navigation (#9579)
* fix(web): implement stale asset recovery in entry client and error boundary

Added event listeners in entry.client.tsx to handle stale asset errors in production, allowing for recovery from stale assets. Updated the ErrorBoundary component in root.tsx to utilize the same recovery mechanism for stale chunk failures, enhancing error handling and user experience.

* fix(web): improve stale asset recovery logic in entry client

Refactored the recoverFromStaleAsset function to return a boolean indicating whether a reload was triggered, enhancing the handling of stale asset errors. Updated the event listener in entry.client.tsx to prevent default behavior only when a recovery is in progress, improving error management in production environments.
2026-08-10 17:34:02 +05:30
..
2026-08-04 20:11:48 +05:30
2026-08-04 20:11:48 +05:30
2026-08-04 20:11:48 +05:30