Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 80f18b1

Browse files
authored
Merge pull request #1413 from oimyounis/patch-1
Set 'stack' as the root view not 'label' under TS snippet
2 parents 882a9ef + 1f767fc commit 80f18b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function createPage(): Page {
8989

9090
const page = new Page();
9191
// Each page can have a single root view set via the content property
92-
page.content = label;
92+
page.content = stack;
9393
return page;
9494
}
9595
```

0 commit comments

Comments
 (0)