Skip to content

Commit 7a6ffb8

Browse files
committed
PR feedback
1 parent 6847668 commit 7a6ffb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dev/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export async function createConfigLoader({
646646

647647
let configCodeChanged =
648648
configFileAddedOrRemoved ||
649-
(typeof reactRouterConfigFile === "string" &&
649+
(reactRouterConfigFile !== undefined &&
650650
isEntryFileDependency(
651651
viteNodeContext.devServer.moduleGraph,
652652
reactRouterConfigFile,

0 commit comments

Comments
 (0)