@ionic/react 8.3.3-dev.11728573902.1ddf07ff → 8.3.3-dev.11728581904.17739cf7

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.
@@ -17,6 +17,12 @@ interface Props extends LocalJSX.IonTabs {
17
17
  export declare const IonTabs: {
18
18
  new (props: Props): {
19
19
  context: React.ContextType<typeof NavContext>;
20
+ /**
21
+ * `routerOutletRef` allows users to add a `ref` to `IonRouterOutlet`.
22
+ * Without this, `ref.current` will be `undefined` in the user's app,
23
+ * breaking their ability to access the `IonRouterOutlet` instance.
24
+ * Do not remove this ref.
25
+ */
20
26
  routerOutletRef: React.Ref<HTMLIonRouterOutletElement>;
21
27
  selectTabHandler?: (tag: string) => boolean;
22
28
  tabBarRef: React.RefObject<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/react",
3
- "version": "8.3.3-dev.11728573902.1ddf07ff",
3
+ "version": "8.3.3-dev.11728581904.17739cf7",
4
4
  "description": "React specific wrapper for @ionic/core",
5
5
  "keywords": [
6
6
  "ionic",
@@ -39,7 +39,7 @@
39
39
  "css/"
40
40
  ],
41
41
  "dependencies": {
42
- "@ionic/core": "8.3.3-dev.11728573902.1ddf07ff",
42
+ "@ionic/core": "8.3.3-dev.11728581904.17739cf7",
43
43
  "ionicons": "^7.0.0",
44
44
  "tslib": "*"
45
45
  },