Skip to content

Commit 4808416

Browse files
committed
forward sri value through partial manifest
1 parent a23ca0e commit 4808416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/lib/dom/ssr/fog-of-war.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function getPartialManifest(
6464
return {
6565
...manifest,
6666
routes: initialRoutes,
67-
sri: true,
67+
sri: sri ? true : undefined,
6868
};
6969
}
7070

0 commit comments

Comments
 (0)