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
Is your feature request related to a problem? Please describe.
Meteor have updated their MongoDB functions to async, such as findOneAsync, and if we use these functions in autoValue function, we have to make the autoValue function as async as well. However, it does not work as autoValue seems won't wait for a promise when being calling.
Describe the solution you'd like autoValue can work for async function
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Meteor have updated their MongoDB functions to async, such as
findOneAsync
, and if we use these functions inautoValue
function, we have to make theautoValue
function as async as well. However, it does not work asautoValue
seems won't wait for a promise when being calling.Describe the solution you'd like
autoValue
can work for async functionThe text was updated successfully, but these errors were encountered: