diff --git a/index.tsx b/index.tsx index 385ee71..d7f4293 100644 --- a/index.tsx +++ b/index.tsx @@ -34,7 +34,7 @@ export function react2angular( } render() { // TODO: rm any when https://github.com/Microsoft/TypeScript/pull/13288 is merged - render(, this.$element[0]) + render(, this.$element[0]) } componentWillUnmount() { unmountComponentAtNode(this.$element[0])