@ionic/react-router 8.7.13-dev.11765921002.107104c2 → 8.7.13-dev.11766069240.1ab3dde2
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/index.js +248 -176
- package/dist/index.js.map +1 -1
- package/dist/types/ReactRouter/ReactRouterViewStack.d.ts +0 -1
- package/package.json +2 -2
|
@@ -8,7 +8,6 @@ import type { RouteInfo, ViewItem } from '@ionic/react';
|
|
|
8
8
|
import { ViewStacks } from '@ionic/react';
|
|
9
9
|
import React from 'react';
|
|
10
10
|
export declare class ReactRouterViewStack extends ViewStacks {
|
|
11
|
-
private viewItemCounter;
|
|
12
11
|
constructor();
|
|
13
12
|
/**
|
|
14
13
|
* Creates a new view item for the given outlet and react route element.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/react-router",
|
|
3
|
-
"version": "8.7.13-dev.
|
|
3
|
+
"version": "8.7.13-dev.11766069240.1ab3dde2",
|
|
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.7.13-dev.
|
|
39
|
+
"@ionic/react": "8.7.13-dev.11766069240.1ab3dde2",
|
|
40
40
|
"tslib": "*"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|