chore: remove outdated TODO comments

This commit is contained in:
Evan You 2018-09-19 15:37:14 -04:00
parent d69d0c0216
commit 7350d41f92

View File

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