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 am trying to dispatch a thunk action (which is essentially action creator that returns a promise) using the put effect. TypeScript is not able to infer the return type of the put effect.
I am trying to dispatch a thunk action (which is essentially action creator that returns a promise) using the put effect. TypeScript is not able to infer the return type of the put effect.
My particular use case for this is using RTK query (see: https://stackoverflow.com/questions/68761222/manually-trigger-rtk-query-or-mutation-inside-a-redux-saga-task).
The text was updated successfully, but these errors were encountered: