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 the request context for actix web #166

Closed Baptistemontan closed 2 months ago

Baptistemontan commented 2 months ago

For the Send/Sync changes in Leptos, actix_web::HttpRequest is now wrapped in leptos_actix::Request

I've only looked into actix, I don't know if anything changed with axum or spin.

maccesch commented 2 months ago

thanks!