Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: allow direct rendering to body warnings
React discourages rendering directly to `document.body` as its children might be manipulated by other third-party scripts. We used to render to body directly in machines, but currently this is no longer true and all our pages should also render to a <div> inside <body>.
- Loading branch information