fix(react): fixng ion-router-outlet ref regresssion (#21786)

This commit is contained in:
Ely Lucas
2020-07-21 08:48:25 -06:00
committed by GitHub
parent dbe6853884
commit f4a08b7ed4
9 changed files with 72 additions and 5 deletions

View File

@ -9,7 +9,7 @@ import { StackContext } from './StackContext';
interface OutletPageManagerProps {
className?: string;
forwardedRef?: React.RefObject<HTMLDivElement>;
forwardedRef?: React.RefObject<HTMLIonRouterOutletElement>;
routeInfo?: RouteInfo;
StackManager: any;
}