Skip to content

Tighten Logic for Storing an Action in the History Service #1

@jbillmann

Description

@jbillmann

Consider tightening the logic when adding an action to the history service.

We should only store an action in the Launch.IO reducer.ts if it returns a new state (object).

if (updatedState && !checkIsPromise(updatedState)) {
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions