From 78902e9a6150115309ec95650625c1e1f7e4e73c Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 3 Aug 2023 08:46:02 +0700 Subject: [PATCH] add more --- src/components/ErrorBoundary/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ErrorBoundary/index.tsx b/src/components/ErrorBoundary/index.tsx index 057aa2403a..e0064fd083 100644 --- a/src/components/ErrorBoundary/index.tsx +++ b/src/components/ErrorBoundary/index.tsx @@ -30,6 +30,7 @@ export default class ErrorBoundary extends React.Component< /Loading .*?chunk .*? failed/.test(error.message) || error.message.includes('Importing a module script failed') || error.message.includes('error loading dynamically imported module') || + error.message.includes('Unable to preload CSS for') || error.message.includes('Failed to fetch dynamically imported module') || error.stack?.includes('Failed to fetch dynamically imported module') ) {