We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760462e commit 6b47cf8Copy full SHA for 6b47cf8
src/components/appRouter.tsx
@@ -33,7 +33,7 @@ const NotFound =
33
Object.values(notFoundRoute)?.[0]?.default ?? NotFoundComponent;
34
const ErrorElement = Object.values(errorRoute)?.[0]?.default ?? ErrorComponent;
35
const PendingComponent =
36
- Object.values(pendingRoute)?.[0]?.default ?? NotFoundComponent;
+ Object.values(pendingRoute)?.[0]?.default ?? React.Fragment;
37
38
const recursiveRoutes = (
39
routePath: string[],
0 commit comments