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
...
return Promise.resolve(dispatch(action)) // dispatch transformed action
.then((res) => {
...
=> if (res) res._dispatched = true // tell `middleware/call/index.js` to NOT automatically dispatch callback returns
return res
})
}```
when my dispatched method resolved with a string return value.
The text was updated successfully, but these errors were encountered:
Ran into an issue with this line: https://github.com/respond-framework/rudy/blob/master/packages/rudy/src/core/createRequest.js#L166
The text was updated successfully, but these errors were encountered: