Skip to content

Commit

Permalink
Update packages/react-router/lib/dom/ssr/routes-test-stub.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
AlemTuzlak and MichaelDeBoey authored Dec 17, 2024
1 parent 8dff3bf commit f984e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-router/lib/dom/ssr/routes-test-stub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export function createRoutesStub(
// @ts-expect-error loader/action context types don't match :/
convertRoutesToDataRoutes(routes, (r) => r),
context,
reactRouterContextRef.current.manifest,
reactRouterContextRef.current.routeModules
frameworkContextRef.current.manifest,
frameworkContextRef.current.routeModules
);
routerRef.current = createMemoryRouter(patched, {
initialEntries,
Expand Down

0 comments on commit f984e07

Please sign in to comment.