test: replace deprecated ReactDOM functions (fixes #7167)#7343
Conversation
Generate changelog in
|
125571b to
53cd824
Compare
53cd824 to
cc7315d
Compare
94e1ab9 to
4e995dc
Compare
7128581 to
b660c29
Compare
26c4ccb to
3d4d612
Compare
|
All passing! |
cf7313f to
0c2f194
Compare
ggdouglas
left a comment
There was a problem hiding this comment.
Looking through, this seems reasonable to me. Eventually, we want to get these tests migrated over to RTL. This is a great first step towards that and general React 18 compatibility though. Thanks for this!
Co-authored-by: Blake V <87083504+bvandercar-vt@users.noreply.github.com>
Fixes #7167 by syncing up all the
containerElementcode to be the same, using enzymemountinstead ofReactDOM.render, and usingReact.act.Also enabled un-skipping the tests that were skipped as part of #1794, these are passing now.