-
Notifications
You must be signed in to change notification settings - Fork 89
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
fix(runtime-utils): support options api data, computed + methods #963
fix(runtime-utils): support options api data, computed + methods #963
Conversation
712fe33
to
c58a57b
Compare
c58a57b
to
302bedb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
do we need to apply the same fixes to renderSuspended
?
d4cd8ae
to
ec52f6e
Compare
debug: Comment out supporting options api in renderSuspended -> Test fails.
|
This reverts commit ec52f6e.
Revert "debug: Comment out supporting options api in renderSuspended" -> Test succeeds π
|
Thank you for your review!
Yes, we need. I added test for renderSuspended.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you π
I actually use this library for work. So I'd like to ask, when do you think the version that merges this pull request will be released? π π π |
released! β |
Thank you so much!! π |
π Linked issue
fixes #961
β Type of change
π Description
As described in #961, mountSuspended did not support the Options API data, computed, and methods, so we have fixed this to support them.