Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 27, 2024
1 parent 6ba8659 commit f7b43b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/vite/static/refresh-utils.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ import.meta.hot.on("remix:hmr", async ({ route, serverOnly }) => {
routeUpdates.set(route.id, route);
}
if (serverOnly) {
revalidate();
__remixRouter.revalidate()
}
});

Expand Down

0 comments on commit f7b43b3

Please sign in to comment.