console.log("[NSCOMP:CallbackRenderChild]"); const component = await props.renderComponent("i am the child", () => console.log("all done") ); return ( <div> something really cool is loading: {component} </div> ); // return <div>i am the child</div>;