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

Transition enter hook is not getting triggered when using render functions #3488

Closed
miljan-aleksic opened this issue Aug 20, 2016 · 0 comments

Comments

@miljan-aleksic
Copy link

miljan-aleksic commented Aug 20, 2016

@yyx990803, this issue #3433 persist on 2.0.0.rc2 version when using render functions

Reproduction link

https://jsfiddle.net/miljan/sbwsLqe7

Steps to reproduce

Open the console and see how the enter hook is not getting trigerred, while the others are.

As this is working when using templates I investigate further and noticed the function crated by the compiler has a data.show = true property set. Adding that property in the data fix the issue (uncommented the jsfiddle line) but stills seems a bug as other hooks do work fine without that property set.

What is that property for anyway?

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

No branches or pull requests

2 participants