react-router-dom-v5-compat 6.26.0 → 6.26.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # `react-router-dom-v5-compat`
2
2
 
3
+ ## 6.26.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@remix-run/router@1.19.1`
9
+ - `react-router-dom@6.26.1`
10
+ - `react-router@6.26.1`
11
+
3
12
  ## 6.26.0
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.26.0
2
+ * React Router DOM v5 Compat v6.26.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -240,7 +240,7 @@ function createBrowserRouter(routes, opts) {
240
240
  routes,
241
241
  mapRouteProperties: UNSAFE_mapRouteProperties,
242
242
  unstable_dataStrategy: opts == null ? void 0 : opts.unstable_dataStrategy,
243
- unstable_patchRoutesOnMiss: opts == null ? void 0 : opts.unstable_patchRoutesOnMiss,
243
+ unstable_patchRoutesOnNavigation: opts == null ? void 0 : opts.unstable_patchRoutesOnNavigation,
244
244
  window: opts == null ? void 0 : opts.window
245
245
  }).initialize();
246
246
  }
@@ -257,7 +257,7 @@ function createHashRouter(routes, opts) {
257
257
  routes,
258
258
  mapRouteProperties: UNSAFE_mapRouteProperties,
259
259
  unstable_dataStrategy: opts == null ? void 0 : opts.unstable_dataStrategy,
260
- unstable_patchRoutesOnMiss: opts == null ? void 0 : opts.unstable_patchRoutesOnMiss,
260
+ unstable_patchRoutesOnNavigation: opts == null ? void 0 : opts.unstable_patchRoutesOnNavigation,
261
261
  window: opts == null ? void 0 : opts.window
262
262
  }).initialize();
263
263
  }