The newest leptos version as of today's date has had some of its modules renamed, this pull request is a simple search and replace of
"reactive_graph" -> "reactive"
and
"leptos::spawn" -> "leptos::task"
The project now compiles again. All cargo tests pass except for this one:
test src/use_cookie.rs - use_cookie::use_cookie
But I'm unsure if this is related to the newest version of leptos
The newest leptos version as of today's date has had some of its modules renamed, this pull request is a simple search and replace of "reactive_graph" -> "reactive" and "leptos::spawn" -> "leptos::task"
The project now compiles again. All cargo tests pass except for this one:
test src/use_cookie.rs - use_cookie::use_cookie
But I'm unsure if this is related to the newest version of leptos