Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Aug 3, 2023
1 parent c9642c5 commit 78902e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ErrorBoundary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')
) {
Expand Down

0 comments on commit 78902e9

Please sign in to comment.