We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5461461 commit b8cf1b6Copy full SHA for b8cf1b6
packages/react-router/lib/dom/ssr/routes-test-stub.tsx
@@ -100,7 +100,8 @@ export function createRoutesStub(
100
if (routerRef.current == null) {
101
remixContextRef.current = {
102
future: {
103
- unstable_subResourceIntegrity: future?.unstable_subResourceIntegrity === true,
+ unstable_subResourceIntegrity:
104
+ future?.unstable_subResourceIntegrity === true,
105
unstable_middleware: future?.unstable_middleware === true,
106
},
107
manifest: {
0 commit comments