Skip to content

Commit

Permalink
feature lock to available flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Aug 24, 2022
1 parent 4a912be commit 83aefe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/src/virtual_dom/vnode.rs
Expand Up @@ -73,6 +73,7 @@ impl VNode {
/// }
/// # }
/// ```
#[cfg(any(feature = "csr", feature = "hydration", feature = "ssr"))]
pub fn from_raw_html(html: &str) -> Self {
#[cfg(any(feature = "csr", feature = "hydration"))]
fn inner(html: &str) -> VNode {
Expand Down

0 comments on commit 83aefe3

Please sign in to comment.