mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Frame: navigateCore: The Error Lies
This commit is contained in:
@ -52,7 +52,7 @@ export class Frame extends frameCommon.Frame {
|
|||||||
public _navigateCore(backstackEntry: definition.BackstackEntry) {
|
public _navigateCore(backstackEntry: definition.BackstackEntry) {
|
||||||
var viewController: UIViewController = backstackEntry.resolvedPage.ios;
|
var viewController: UIViewController = backstackEntry.resolvedPage.ios;
|
||||||
if (!viewController) {
|
if (!viewController) {
|
||||||
throw new Error("Required page does have an viewController created.");
|
throw new Error("Required page does not have a viewController created.");
|
||||||
}
|
}
|
||||||
|
|
||||||
navDepth++;
|
navDepth++;
|
||||||
|
Reference in New Issue
Block a user