Skip to content

dispatching reducer actions from devtools not working #44

@marko-knoebl

Description

@marko-knoebl

I was trying to use the "dispatcher" functionality in the devtools work with reinspect and ran into problems.

If I try to dispatch an action that does not have a payload, I'll get the error:

"Cannot read property 'type' of undefined"

(apparently it's trying to read action.payload.type

If I dispatch an action with a payload, there's no error, but it will be ignored.

I think this should be documented or fixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions