Skip to content

Commit

Permalink
use router value
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 26, 2023
1 parent 4cd7584 commit 5d30b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-dom/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function StaticRouterProvider({
location={state.location}
navigationType={state.historyAction}
navigator={dataRouterContext.navigator}
static={true}
static={dataRouterContext.static}
>
<DataRoutes routes={router.routes} state={state} />
</Router>
Expand Down

0 comments on commit 5d30b98

Please sign in to comment.