瀏覽代碼

Feat: update component so build passes

Jonathan Kelley 4 年之前
父節點
當前提交
8fcd001677
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/core/examples/fc.rs

+ 0 - 1
packages/core/examples/fc.rs

@@ -10,7 +10,6 @@ static BLAH: FC<()> = |ctx, props| {
         div {
             SomeComponent {
                 some_field: g
-                abc123: 10,
             }
         }
     })