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 bf8ee9d commit b9e7401Copy full SHA for b9e7401
.changeset/soft-moons-sneeze.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-router-dom": patch
3
4
+
5
+Add static prop to `StaticRouterProvider`'s internal `Router` component
packages/react-router-dom/server.tsx
@@ -136,6 +136,7 @@ export function StaticRouterProvider({
136
location={state.location}
137
navigationType={state.historyAction}
138
navigator={dataRouterContext.navigator}
139
+ static={dataRouterContext.static}
140
>
141
<DataRoutes routes={router.routes} state={state} />
142
</Router>
0 commit comments