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
Render into `document.body`. Should be used with [cleanup](#cleanup).
333
-
`renderIntoDocument` will return the same object as [render](#render)
333
+
`renderIntoDocument` will return the same object as [render](#render) but with test utilities exposed for `document.body` rather than the component alone.
334
+
This helps to test [React portal](https://reactjs.org/docs/portals.html) elements.
0 commit comments