Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Flow Sort is not stable #46

@mhils

Description

@mhils

We currently use Array.sort in in ducks/utils/store.js, which is a bad idea because it's unstable. We should instead use _.sortBy and adjust makeSort in ducks/flows.js accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions