Jonathan Kelley hace 2 años
padre
commit
81dc134323
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/core/src/arena.rs

+ 0 - 1
packages/core/src/arena.rs

@@ -91,7 +91,6 @@ impl VirtualDom {
             }
         }
 
-
         self.scopes[id.0].props.take();
 
         let scope = &mut self.scopes[id.0];