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 believe the createListenerMiddleware().startListening.withTypes<State, Dispatch>() also should include the optional ExtraArgument as a type to the function.
I believe the
createListenerMiddleware().startListening.withTypes<State, Dispatch>()
also should include the optionalExtraArgument
as a type to the function.e.g
....withTypes<State, Dispatch, ExtraArgument>()
The text was updated successfully, but these errors were encountered: