material-ui
material-ui copied to clipboard
[mui-utils][test] Remove usages of deprecated react-dom APIs
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.