Open kingsleyh opened 1 year ago
Hey
The latest 0.5.x version of leptos refactored the reactive system to completely remove cx and Scope - how can this code be updated to work with the latest?
seems like you can no longer construct a RouteDefinition because part of that struct is now private
It was made visible again: https://github.com/leptos-rs/leptos/discussions/1911
Hey
The latest 0.5.x version of leptos refactored the reactive system to completely remove cx and Scope - how can this code be updated to work with the latest?