Explorar el Código

chore: remove outdated TODO comments

Evan You hace 7 años
padre
commit
7350d41f92
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/core/src/h.ts

+ 0 - 2
packages/core/src/h.ts

@@ -83,8 +83,6 @@ export const h = ((tag: ElementType, data: any, children: any): VNode => {
       ref
     )
   } else {
-    // TODO: handle fragment & portal types
-    // TODO: warn ref on fragment
     // component
     return createComponentVNode(
       tag,