<!-- Ouch, sorry you’ve run into a bug. Thank for taking the time to report it! Please fill in as much of the template below as you’re able. --> ### Subject of the issue I don't know if what I'm doing is right but I am expecting the component to be attached in a `div` with an `id` of `app` but it's working as expected. I provided a [codesandbox](https://codesandbox.io/s/interesting-water-y2j31?file=/src/Sample.spec.js) to replicate my issue. ### Steps to reproduce Run the test. ### Expected behaviour The two logs of `innerHTML` of the body should have a parent of `div` with an `id` of `app`. ### Actual behaviour It attached the component on the directly in the body. ### Possible Solution What are the alternative solutions? Please describe what else you have considered?