Synphonyte / leptos-use

Collection of essential Leptos utilities inspired by React-Use / VueUse
https://leptos-use.rs/
Apache License 2.0
334 stars 79 forks source link

Fix import issues with leptos version 0.7.0-gamma2 #173

Closed nikessel closed 1 month ago

nikessel commented 1 month ago

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

maccesch commented 1 month ago

Thanks! I'll look into it 👍🏼