Skip to content

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

@miljan-aleksic

Description

@miljan-aleksic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions