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

Bugfix: prop change not updating vue instance for async component #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kat3su
Copy link

@kat3su kat3su commented Mar 17, 2021

For async component, props definition weren't available when setting observedAttributes causing attributeChangedCallback not firing at all.

Changing to use MutationObserver to watch for any attribute changes.

I'm not able to run npm install on this package somehow so not able to build this. Tested it in my own repo and it works so if someone can help to build this, it would be very appreciated.

Also, we should update doc to say we can use Async Component

For async component, props definition weren't available when setting observedAttributes attributeChangedCallback not firing at all.
Changing to use MutationObserver to watch for any attribute changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant