본문 바로가기

카테고리 없음

[React] MUI(Material UI) in React에서 <Paper> Component에서 onClick이 안되는 현상

<Paper>
        <IconButton>
			<Box onClick={}></Box>
        </IconButton>
</Paper>

IconButton으로 감싸주면 된다.