We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc62a commit a8cde33Copy full SHA for a8cde33
packages/frender-html/Cargo.toml
@@ -123,3 +123,4 @@ either = [
123
ElementProxyAttrs = []
124
components = []
125
chrono = ["frender-form-control/chrono"]
126
+experimental = []
packages/frender-html/src/lib.rs
@@ -67,7 +67,7 @@ use impl_bounds::impl_bounds;
67
68
pub mod intrinsic;
69
70
-// TODO: feature
+#[cfg(feature = "experimental")]
71
pub mod experimental;
72
73
mod utils;
packages/frender/Cargo.toml
@@ -39,7 +39,7 @@ version = "0.1.0"
39
path = "../frender-html"
40
version = "0.1.0"
41
default-features = false
42
-optional = true
+features = ["experimental"]
43
44
[dependencies.frender-macros]
45
version = "1.0.0-alpha.8"
0 commit comments