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

AsyncComponent does not show errorComponent #2129

Closed
wellrus opened this issue Sep 16, 2020 · 0 comments
Closed

AsyncComponent does not show errorComponent #2129

wellrus opened this issue Sep 16, 2020 · 0 comments

Comments

@wellrus
Copy link

wellrus commented Sep 16, 2020

Version

3.0.0-rc.11

Reproduction link

https://jsfiddle.net/4srq6c7a/

Steps to reproduce

run jsfiddle example

What is expected?

Display errorComponent if promise rejected.
'error' is visible.

What is actually happening?

errorComponent does not rendered
'loading' is visible.

Text from console:

"[Vue warn]: Unhandled error during execution of async component loader", "
", " at <AsyncComponentWrapper>", "
", " at <App>"

"Error: Async component timed out after 5000ms."

If an error occurs inside the loader, the result is similar

@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant