Skip to content

Commit 0cea88c

Browse files
authored
clean
1 parent fa52ad6 commit 0cea88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/lib/router/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6295,7 +6295,7 @@ function processLoaderData(
62956295
);
62966296

62976297
// Process results from our revalidating fetchers
6298-
revalidatingFetcherscontributors.yml.
6298+
revalidatingFetchers
62996299
// Keep those with no matches so we can bubble their 404's, otherwise only
63006300
// process fetchers that needed to load
63016301
.filter((f) => !f.matches || f.matches.some((m) => m.shouldLoad))

0 commit comments

Comments
 (0)