/leptos-conditional-outlet-mre

MRE showing error for conditionally rendered outlet in Leptos 0.7-alpha.

Primary LanguageRust

Leptos conditional router outlet MRE

This crate shows an error thrown when using a conditionally rendered <Outlet/>.

When clicking the Show outlet button, the error should appear.

Tried to render <Outlet/> but could not find the view receiver. Are you using the same <Outlet/> twice?