Skip to content

dispatch({ type: actionTypes.CLEAR_DATA }) does not clear 'queries' and 'composite' #418

Open
@benomatis

Description

While 'data' and 'ordered' do clear, 'queries' and 'composite' (both contain actual data) remain using dispatch({ type: actionTypes.CLEAR_DATA }) and even after unsetting all listeners.

I found no way to clear them other than reloading the page - not very elegant.

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