You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The great cleanup function destroys all the created components, but the targets are still around. What do you think about extending the cleanupAtContainer function to remove the target DOM nodes that were created as childen of body, like react-testing-library does?
The great
cleanup
function destroys all the created components, but the targets are still around. What do you think about extending thecleanupAtContainer
function to remove thetarget
DOM nodes that were created as childen ofbody
, likereact-testing-library
does?The text was updated successfully, but these errors were encountered: