Jonathan Kelley 2 年 前
コミット
6a4979b574
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/rsx-rosetta/examples/html.rs

+ 1 - 1
packages/rsx-rosetta/examples/html.rs

@@ -16,7 +16,7 @@ fn main() {
 
     let dom = Dom::parse(html).unwrap();
 
-    let body = rsx_rosetta::rsx_from_html(dom);
+    let body = rsx_rosetta::rsx_from_html(&dom);
 
     let out = dioxus_autofmt::write_block_out(body).unwrap();