Results 7 issues of Scott Simpson

I get it if you don't wanna merge this; I can always just use my fork. But I'm running into this pretty frequently, so here you go 🙂

`merge({}, {el: document.body})` returns `{ el: {} }`

Should be e.g. ```jsx const root = ReactDOM.createRoot(app) root.render('Hello, world!`) ```