react-router 6.23.1 → 6.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.23.1
2
+ * React Router v6.24.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.23.1
2
+ * React Router v6.24.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1343,7 +1343,8 @@ function createMemoryRouter(routes, opts) {
1343
1343
  hydrationData: opts?.hydrationData,
1344
1344
  routes,
1345
1345
  mapRouteProperties,
1346
- unstable_dataStrategy: opts?.unstable_dataStrategy
1346
+ unstable_dataStrategy: opts?.unstable_dataStrategy,
1347
+ unstable_patchRoutesOnMiss: opts?.unstable_patchRoutesOnMiss
1347
1348
  }).initialize();
1348
1349
  }
1349
1350