material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

[mui-utils][test] Remove usages of deprecated react-dom APIs

Open aarongarciah opened this issue 7 months ago • 1 comments

In preparation for https://github.com/mui/material-ui/pull/42047, we need to remove react-dom deprecated APIs, namely, render and unmountComponentAtNode. This PR replaces these APIs with createRenderer, our React Testing Library wrapper.

aarongarciah avatar Jun 28 '24 10:06 aarongarciah