Skip to content

Wrong definition of the type AsyncComponentFactory #10252

@Maorey

Description

@Maorey

Version

2.6.10

Reproduction link

https://github.com/vuejs/vue

Steps to reproduce

  1. compare the AsyncComponentFactory definition with the document

What is expected?

attribute 'component' should be a promise

What is actually happening?

AsyncComponentPromise


I'm looking forward to your solution to this issue

Activity

posva

posva commented on Jul 10, 2019

@posva
Member

It seems the type should be Promise<Component | EsModuleComponent>

added 2 commits that reference this issue on Jul 14, 2019
3be9e28
f75a39d
reopened this on Jul 22, 2019
harshajayaweeraXHJ

harshajayaweeraXHJ commented on Aug 31, 2019

@harshajayaweeraXHJ

Is this issue still available

jvik

jvik commented on Oct 2, 2019

@jvik

@harshajayaweeraXHJ The issue already has a PR

juzhiyuan

juzhiyuan commented on Aug 3, 2021

@juzhiyuan

Any update here?

tulpauction001

tulpauction001 commented on Sep 14, 2021

@tulpauction001
guptadeepak8

guptadeepak8 commented on Jan 16, 2022

@guptadeepak8

is anyone working on this issue ?

adamcole123

adamcole123 commented on Jan 16, 2022

@adamcole123

@guptadeepak8 This issue already has a PR but looks like it still needs to be merged.

16 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @posva@juzhiyuan@harshajayaweeraXHJ@ChairBorn@red3blue

      Issue actions

        Wrong definition of the type AsyncComponentFactory · Issue #10252 · vuejs/vue