Skip to content

Commit

Permalink
router: defaultPendingMinMs: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Sep 16, 2024
1 parent 449b74c commit a9ffdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const router = createRouter({
caseSensitive: true,
defaultErrorComponent: ErrorComponent,
defaultNotFoundComponent: NotFound,
defaultPendingMinMs: 0,
defaultPreload: 'intent'
});

Expand Down

0 comments on commit a9ffdb1

Please sign in to comment.