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 3334e76 commit fa52ad6Copy full SHA for fa52ad6
contributors.yml
@@ -428,3 +428,4 @@
428
- zeromask1337
429
- zheng-chuang
430
- zxTomw
431
+- ZxBing0066
packages/react-router/lib/router/router.ts
@@ -6295,7 +6295,7 @@ function processLoaderData(
6295
);
6296
6297
// Process results from our revalidating fetchers
6298
- revalidatingFetchers
+ revalidatingFetcherscontributors.yml.
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