``` <Lightbox willClose={()=>console.log('Will close')} didOpen={()=>console.log('Did open')} > {...} </Lightbox> ``` Neither of the functions will fire for me. Using 0.7.0