Skip to content

Commit 0321e75

Browse files
committed
Change into type to Element
1 parent 7353450 commit 0321e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1099-renderComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function renderComponent(
6262
/**
6363
* The element to render the component in to.
6464
*/
65-
into: IntoTarget;
65+
into: Element;
6666

6767
/**
6868
* Optional owner. Defaults to `{}`, can be any object, but will need to implement the [Owner](https://api.emberjs.com/ember/release/classes/Owner) API for components within this render tree to access services.

0 commit comments

Comments
 (0)