Skip to content

Commit 1fd85f6

Browse files
committed
Remove leftover todo comment
1 parent 30948c3 commit 1fd85f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/remix-dev/vite/static/refresh-utils.cjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ const enqueueUpdate = debounce(async () => {
5454
routeUpdates.clear();
5555
}
5656

57-
// TODO: Can we determine if the routeUpdate had a change to the
58-
// loader/clientLoader? If the route update only changed HydrateFallback and
59-
// HydrateFallback is currently rendered (we can determine this by checking
60-
// loader data) then we can skip the revalidation.
61-
6257
await revalidate();
6358
if (manifest) {
6459
Object.assign(window.__remixManifest, manifest);

0 commit comments

Comments
 (0)