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
{{ message }}
This repository was archived by the owner on Nov 23, 2020. It is now read-only.
feat(creators): unwrap functions which return promises
often, you'll want to pass some data to your promise, and it wont be prepared with partial
application in mind.
Now, we can support that by checking the return value.
BREAKING CHANGE:
functions that return promises are now treated as async
0 commit comments