Parcourir la source

chore: remove outdated TODO comments

Evan You il y a 7 ans
Parent
commit
7350d41f92
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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,