Skip to content

Component disappears on first re-render #6372

Closed
@privatenumber

Description

@privatenumber

Version

2.4.2

Reproduction link

http://jsfiddle.net/yMv7y/3265/

Steps to reproduce

On the JSFiddle, wait for the setTimeout on L15 to complete after two seconds.

What is expected?

For CustomElA to still be in the DOM.

What is actually happening?

CustomElA is removed from the DOM on re-render. However, it comes back on the third re-render (tested using setInterval instead of setTimeout on JSFiddle on L16).


The JSfiddle is using Vue v2.4.0 but I have verified the bug on v2.4.2 locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions