diff --git a/leptos_dom/Cargo.toml b/leptos_dom/Cargo.toml index a7e403cc9c..bb76bd70ac 100644 --- a/leptos_dom/Cargo.toml +++ b/leptos_dom/Cargo.toml @@ -137,7 +137,6 @@ features = [ ] [features] -default = ["web"] web = ["leptos_reactive/csr", "leptos/csr"] ssr = ["leptos_reactive/ssr", "leptos/ssr"] stable = ["leptos_reactive/stable"]