mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore(react): lowering the timeout for the ionpage check to avoid false positives
This commit is contained in:
@ -178,7 +178,7 @@ class RouteManager extends React.Component<RouteComponentProps, RouteManagerStat
|
||||
if (view!.routeData.match!.url !== location.pathname) {
|
||||
console.warn('No IonPage was found to render. Make sure you wrap your page with an IonPage component.');
|
||||
}
|
||||
}, 1000);
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user