@ionic/react 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 CHANGED
@@ -1334,7 +1334,7 @@ class OutletPageManager extends React.Component {
1334
1334
  const { StackManager, children, routeInfo, id, ...props } = this.props;
1335
1335
  return (jsx(IonLifeCycleContext.Consumer, { children: (context) => {
1336
1336
  this.ionLifeCycleContext = context;
1337
- return (jsx(StackManager, { routeInfo: routeInfo, id: id, children: jsx(IonRouterOutletInner, { setRef: (val) => (this.ionRouterOutlet = val), id: id, ...props, children: children }) }));
1337
+ return (jsx(StackManager, { id: id, routeInfo: routeInfo, children: jsx(IonRouterOutletInner, { id: id, setRef: (val) => (this.ionRouterOutlet = val), ...props, children: children }) }));
1338
1338
  } }));
1339
1339
  }
1340
1340
  static get contextType() {