Skip to content

Commit

Permalink
feat!: remove csr and ssr from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Jun 11, 2023
1 parent 1666b0a commit d2d1a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/frender-hook-element/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ hooks-core = { version = "2.2.0-alpha", default-features = false }
syn-lite = "0.1.0"

[features]
default = ["csr", "ssr"] # TODO: remove
csr = ["frender-csr"]
spawn = ["frender-csr?/spawn"]
ssr = ["dep:frender-ssr"]

0 comments on commit d2d1a4e

Please sign in to comment.