Skip to content

Commit 6b47cf8

Browse files
committed
pending ui fix
1 parent 760462e commit 6b47cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/appRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const NotFound =
3333
Object.values(notFoundRoute)?.[0]?.default ?? NotFoundComponent;
3434
const ErrorElement = Object.values(errorRoute)?.[0]?.default ?? ErrorComponent;
3535
const PendingComponent =
36-
Object.values(pendingRoute)?.[0]?.default ?? NotFoundComponent;
36+
Object.values(pendingRoute)?.[0]?.default ?? React.Fragment;
3737

3838
const recursiveRoutes = (
3939
routePath: string[],

0 commit comments

Comments
 (0)