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 fa52ad6 commit 0cea88cCopy full SHA for 0cea88c
packages/react-router/lib/router/router.ts
@@ -6295,7 +6295,7 @@ function processLoaderData(
6295
);
6296
6297
// Process results from our revalidating fetchers
6298
- revalidatingFetcherscontributors.yml.
+ revalidatingFetchers
6299
// Keep those with no matches so we can bubble their 404's, otherwise only
6300
// process fetchers that needed to load
6301
.filter((f) => !f.matches || f.matches.some((m) => m.shouldLoad))
0 commit comments