Skip to content

Commit

Permalink
fix: add missing future options to remix-testing
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Feb 15, 2023
1 parent efd3638 commit ea0f0a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remix-testing/create-remix-stub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export function createRemixStub(routes: (RouteObject | DataRouteObject)[]) {
unstable_vanillaExtract: false,
v2_errorBoundary: false,
v2_meta: false,
unstable_dev: false,
v2_routeConvention: false,
...remixConfigFuture,
},
manifest: createManifest(routerRef.current.routes),
Expand Down

0 comments on commit ea0f0a7

Please sign in to comment.