소스 검색

Feat: update component so build passes

Jonathan Kelley 4 년 전
부모
커밋
8fcd001
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,
             }
         }
     })