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
Hi Guys thanks for the middleware library its really helpful.
Am facing issue when I receive success response from the server.
_FAIL works absolutely fine without error. But,
_SUCCESS is called and response is received as expected, but am getting a warning saying "possible unhandled promise Rejection (id: 1) TypeError: null is not a object (evaluating 'action.type') getStateForAction)"
Is it something you already faced, because promise is generated only by the middleware library for the action am performing.
Hi Guys thanks for the middleware library its really helpful.
Am facing issue when I receive success response from the server.
_FAIL works absolutely fine without error. But,
_SUCCESS is called and response is received as expected, but am getting a warning saying "possible unhandled promise Rejection (id: 1) TypeError: null is not a object (evaluating 'action.type') getStateForAction)"
Is it something you already faced, because promise is generated only by the middleware library for the action am performing.
Here is the config info:
Please let me know if you have some info about this.
The text was updated successfully, but these errors were encountered: