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
In order to do so, we have to inspect themeta field of the action and switch on the async field there. We also have to make sure that the handlers receive all arguments the original action receives, so that we can do optimistic updates easily.
In case an async handler receives a non-async action it should just handle it the same way it would handle the end status of an async action.