Skip to content

Uncaught Error: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props}) #24

@wildcatzita

Description

@wildcatzita
Image

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions