Matthias

Results 1 comments of Matthias

I had the same issue with some IconButton from mui v5 to simulate('click'). And it worked well this way -> IconButton.find('button').simulate('click'); I had the same issue with the component TableSortLabel...