### Version 1.0.0-beta.16 ### Reproduction link [https://codesandbox.io/s/j376k9jvv](https://codesandbox.io/s/j376k9jvv) ### Steps to reproduce * Create a basic functional component that renders content from the default slot * Attempt to mount the component with a string in the default slot ### What is expected? Should render the string, eg `Some string` ### What is actually happening? Test utils renders an empty ``, eg `` --- The component works as expected outside of the test environment. See the repro, where slotted content renders as expected.