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
{{ message }}
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
and Thunk describes a feature withExtraArgument which should allow me to include my API Client the same way the getStore and dispatch actions are provided:
Since @stencil/redux has the peer dependency, I expectd that I could use redux middle where Thunk.
However, the MapDispatchToProps method is not handling the middleware's ability to inject another parameter into the delegate.
for example. normal delegate actions looks like:
and Thunk describes a feature
withExtraArgumentwhich should allow me to include my API Client the same way the getStore and dispatch actions are provided:However the Stencil code is ignoring this middleware.... I was wondering why this doesn't work....