When we add in the div.test-wrapper around the FakeComponent, the check for slots (ctx.$options.parent._vnode.data.scopedSlots) when rendering FakeComponent is actually checking the div.test-wrapper for scopedSlots. That means no slots are getting rendered. Without the div.test-wrapper the c...