You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsyncComputed properties are undefined when being used in a computed property, at least in this edge case that I implemented. I made a sandbox repro: https://codesandbox.io/s/m34kn80m9j
After the latest changes, it's still initially undefined, at least when using watchers. Because of this I can't make computed properties depend on the asyncComputed state, e.g. updating.
Here is the code (unimportant stuff was truncated):
@foxbenjaminfox
AsyncComputed properties are undefined when being used in a computed property, at least in this edge case that I implemented. I made a sandbox repro: https://codesandbox.io/s/m34kn80m9j
After the latest changes, it's still initially
undefined
, at least when using watchers. Because of this I can't make computed properties depend on the asyncComputed state, e.g.updating
.Here is the code (unimportant stuff was truncated):
App.vue
Child.vue
The text was updated successfully, but these errors were encountered: