@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?