while creating observe, a vue component has not been skipped
Version
2.7.10
Reproduction link
Steps to reproduce
just open the console. and you'll see an error said Property or method '__v_isRef' is not defined on the instance but referenced during render.
manually reproduce step:
-
custom a render function.
-
set _withStripped to TRUE for the render function.
-
use the render fun to create a vue component.
-
pass the component object as a prop.
What is expected?
no error showed
What is actually happening?
when creating the observe for the props, component obj has not been skipped