Explorar el Código

Feat: update component so build passes

Jonathan Kelley hace 4 años
padre
commit
8fcd001
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
             }
         }
     })