### Version 3.0.0-alpha.10 ### Reproduction link [https://jsfiddle.net/1oxdbr0u/1/](https://jsfiddle.net/1oxdbr0u/1/) ### Steps to reproduce 1. Create reactive object in setup like `reactive({ foo: null })` 2. Create an element in the template with this ref (`<div ref="foo"></div>`) 3. Try to get this element inside `onMounted` hook ### What is expected? HTML element ### What is actually happening? null --- If you use ref or convert a reactive object using toRefs, then everything works fine <!-- generated by vue-issues. DO NOT REMOVE -->