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 6847668 commit 7a6ffb8Copy full SHA for 7a6ffb8
packages/react-router-dev/config/config.ts
@@ -646,7 +646,7 @@ export async function createConfigLoader({
646
647
let configCodeChanged =
648
configFileAddedOrRemoved ||
649
- (typeof reactRouterConfigFile === "string" &&
+ (reactRouterConfigFile !== undefined &&
650
isEntryFileDependency(
651
viteNodeContext.devServer.moduleGraph,
652
reactRouterConfigFile,
0 commit comments