Refactor `then` methods in every Awai node
Closed this issue · 0 comments
yuriyyakym commented
When no callback is passed to then
method, it should behave like native Promise - unmodified value.
eg. state.events.changed.then()
should return the same promise as state.events.changed
.