Browse Source

chore: remove outdated TODO comments

Evan You 7 years ago
parent
commit
7350d41f92
1 changed files with 0 additions and 2 deletions
  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,