Skip to content

"Close All" button not working #17

@testradav

Description

@testradav

the action is sent through the reducer (I see REMOVE_ALL_NOTIFICATIONS in the redux store as the last action) but the notifications remain in the store (and thus displayed). I can dismiss them manually. canDismiss is set to true on all my notifications. There is no difference in redux store state when clicking close all. Anyone else encountered this?

notifications displayed:
image

notifications in redux store:
image

last actions sent through redux store:
image

a sample of one of my notifications:
image
...
image

Seems the code could handle a force parameter, but the param is not being sent in

onClick={() => handleDismissAll()}>Close All</div>

image

the reducer is returning the same state:

case REMOVE_ALL_NOTIFICATIONS:

image

using with chrome on mac os-x10, with react@^0.14.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions