@ionic/react-router 8.8.1-dev.11773873479.192398dc → 8.8.1-dev.11774029927.130994f5
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.
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* items" that Ionic can manage in a view stack. This is critical to maintain
|
|
5
5
|
* Ionic’s animation, lifecycle, and history behavior across views.
|
|
6
6
|
*/
|
|
7
|
-
/// <reference types="node" />
|
|
8
7
|
import type { RouteInfo, ViewItem } from '@ionic/react';
|
|
9
8
|
import { ViewStacks } from '@ionic/react';
|
|
10
9
|
import React from 'react';
|
|
@@ -76,7 +75,7 @@ export declare class ReactRouterViewStack extends ViewStacks {
|
|
|
76
75
|
/**
|
|
77
76
|
* Override clear to also clean up the stored parent path for the outlet.
|
|
78
77
|
*/
|
|
79
|
-
clear: (outletId: string) =>
|
|
78
|
+
clear: (outletId: string) => void;
|
|
80
79
|
/**
|
|
81
80
|
* Override remove
|
|
82
81
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/react-router",
|
|
3
|
-
"version": "8.8.1-dev.
|
|
3
|
+
"version": "8.8.1-dev.11774029927.130994f5",
|
|
4
4
|
"description": "React Router wrapper for @ionic/react",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ionic",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dist/"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@ionic/react": "8.8.1-dev.
|
|
39
|
+
"@ionic/react": "8.8.1-dev.11774029927.130994f5",
|
|
40
40
|
"tslib": "*"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|