File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
packages/react-router-dom Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-router-dom " : patch
3
+ ---
4
+
5
+ [ Remove] Fix server future plumbing
Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ export function StaticRouterProvider({
114
114
static : true ,
115
115
staticContext : context ,
116
116
basename : context . basename || "/" ,
117
- future : {
118
- v7_relativeSplatPath : router . future . v7_relativeSplatPath ,
119
- } ,
120
117
} ;
121
118
122
119
let fetchersContext = new Map ( ) ;
@@ -151,6 +148,9 @@ export function StaticRouterProvider({
151
148
navigationType = { state . historyAction }
152
149
navigator = { dataRouterContext . navigator }
153
150
static = { dataRouterContext . static }
151
+ future = { {
152
+ v7_relativeSplatPath : router . future . v7_relativeSplatPath ,
153
+ } }
154
154
>
155
155
< DataRoutes
156
156
routes = { router . routes }
You can’t perform that action at this time.
0 commit comments