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
I accidentally put in async* which shouldn't be there, then this action's middleware and reducer wouldn't run, but it also didn't throw any error. Are we able to provide Middleware with a better type so we get warnings on things like this early?
The text was updated successfully, but these errors were encountered:
For the following code:
I accidentally put in
async*
which shouldn't be there, then this action's middleware and reducer wouldn't run, but it also didn't throw any error. Are we able to provideMiddleware
with a better type so we get warnings on things like this early?The text was updated successfully, but these errors were encountered: