Support for async calls
Support for Asynchronous interactions ✨
In this release, we pass attached to the action payload the send
property so your synchronous actions can call asynchronous ones by dispatching them using send.yourNextMethod()
.
In this release, we pass attached to the action payload the send
property so your synchronous actions can call asynchronous ones by dispatching them using send.yourNextMethod()
.