// return <div>{await props.renderComponent("i am the child")}</div>; return ( <div> <span>i am the child</span> </div> );