We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.10
codepen.io/xiersa/pen/rNvvavm
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.
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.
no error showed
when creating the observe for the props, component obj has not been skipped
The text was updated successfully, but these errors were encountered:
fix(reactivity): check skip first before checking ref when creating o…
5d26f81
…bserver (#12813) fix #12812
Successfully merging a pull request may close this issue.
Version
2.7.10
Reproduction link
codepen.io/xiersa/pen/rNvvavm
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
The text was updated successfully, but these errors were encountered: