restore hydration feature for some of its feature-gating benefits for Resource deserialization

This commit is contained in:
Greg Johnston 2024-05-20 13:35:10 -04:00
parent ae254836d7
commit 0d47399424
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ send_wrapper = "0.6.0"
[features]
default = ["serde"]
hydration = ["hydration_context/browser"]
hydration = ["leptos_server/hydration", "hydration_context/browser"]
csr = ["leptos_macro/csr", "leptos_reactive/csr", "reactive_graph/effects"]
hydrate = [
"leptos_macro/hydrate",

View File

@ -40,6 +40,7 @@ leptos = { path = "../leptos" }
[features]
ssr = []
hydration = []
default-tls = ["server_fn/default-tls"]
rustls = ["server_fn/rustls"]
rkyv = ["dep:rkyv", "dep:base64"]