<img width="1558" height="331" alt="Image" src="https://github.com/user-attachments/assets/d06c2a00-409f-418c-b7b0-d5c8d87536a4" /> I'm trying to render ImageZoom component inside mui components. The structure is ``` <Modal> <Fade> <Box> <div><ImageZoom src={currentItem?.url} alt={currentItem?.name} zoom="300" /></div> </Box> </Fade> </Modal> ``` Any ideas why I have errors?