Simply enough: ```javascript <Foo {...{hi}} /> ``` turns into ```javascript e(()=>{const e=Foo({});return e})(); ```