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 9e7ba68 commit c9642c5
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 @@ -29,6 +29,7 @@ export default class ErrorBoundary extends React.Component<
error.name === 'ChunkLoadError' ||
/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('Failed to fetch dynamically imported module') ||
error.stack?.includes('Failed to fetch dynamically imported module')
) {
Expand Down

0 comments on commit c9642c5

Please sign in to comment.