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
it produces junk in the devtools dispatcher list. The action that appears looks like this: actionCreator({, type:, _types2.default.ActionType, stories, })
The text was updated successfully, but these errors were encountered:
Could you provide a minimal example that includes the typing ? We could re-use this as an example too.
I don't use Flow nor Typescript, so I can't really help without having everything out-of-the-box.
The following action works perfectly:
but if rewritten like this:
it produces junk in the devtools dispatcher list. The action that appears looks like this:
actionCreator({, type:, _types2.default.ActionType, stories, })
The text was updated successfully, but these errors were encountered: