Closed bobhy closed 2 hours ago
Yeah, this isn't a Github issue, that's a valid error message. The way Router works and how to define paths has changed dramatically in 0.7: For example, see below: https://github.com/leptos-rs/leptos/blob/1c26261fd71a027e7ed46676eb147ba814ebca38/examples/hackernews_axum/src/lib.rs#L39
Describe the bug Trying to refactor some
<Route>
s out into a transparent component, as shown in the book. Hitting compilation errors:RenderHtml
is not implemented forView<NestedRoute<Signal<String>, (), (), ...>>
children
found for structRoutePropsBuilder
in the current scopementioned on discord
Leptos Dependencies
To Reproduce
cargo build
Expected behavior Should compile.
Screenshots Actual code (
test.rs
)Errors:
Additional context Add any other context about the problem here.