Skip to content
New issue

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

while creating observe, a vue component has not been skipped #12812

Closed
gilnatab opened this issue Oct 1, 2022 · 0 comments · Fixed by #12813
Closed

while creating observe, a vue component has not been skipped #12812

gilnatab opened this issue Oct 1, 2022 · 0 comments · Fixed by #12813

Comments

@gilnatab
Copy link
Contributor

gilnatab commented Oct 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant