Skip to content

Commit 36ed6f4

Browse files
authored
Merge pull request #154 from benschulz/patch-1
Remove #[inline_props] from App component
2 parents 24b51f5 + d457b32 commit 36ed6f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc_examples/first_route.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ enum Route {
1616
// ANCHOR_END: router
1717

1818
// ANCHOR: app
19-
#[inline_props]
2019
fn App(cx: Scope) -> Element {
2120
render! {
2221
Router::<Route> {}

0 commit comments

Comments
 (0)